You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin developer is expected to invoke failIfReserved manually to ensure that the user didn't request creating a channel with a reserved name.
Instead of manually doing the check (which could easily be forgotten), it should be done automatically in requireDataPerParticle and requireDataPerObject, while the core should use "private" variants of these two functions which do not perform such a check.
The text was updated successfully, but these errors were encountered:
The plugin developer is expected to invoke
failIfReserved
manually to ensure that the user didn't request creating a channel with a reserved name.Instead of manually doing the check (which could easily be forgotten), it should be done automatically in
requireDataPerParticle
andrequireDataPerObject
, while the core should use "private" variants of these two functions which do not perform such a check.The text was updated successfully, but these errors were encountered: