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
will succeed with a green checkmark, because it technically didn't find any users with that user_id.
We shouldn't be too strict because not all bots and bridges follow the user_id schema (looking at you, IRC bridge), but basic checks to ensure it starts with an @ and has a : in the middle would catch simple typos.
The text was updated successfully, but these errors were encountered:
It might be a useful diagnostic to ask for confirmation and/or just send a warning if a new ban rule glob does not match anything in any of the protected rooms.
This may be intentional (like when you see an abuser in a room that you do not control), but more often than not, it's just a typo and/or the result of not knowing the syntax well enough.
Currently doing a:
will succeed with a green checkmark, because it technically didn't find any users with that user_id.
We shouldn't be too strict because not all bots and bridges follow the user_id schema (looking at you, IRC bridge), but basic checks to ensure it starts with an
@
and has a:
in the middle would catch simple typos.The text was updated successfully, but these errors were encountered: