mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
update wording
This commit is contained in:
parent
103f72929a
commit
903fcd2d35
@ -835,8 +835,9 @@ class EventCreationHandler:
|
|||||||
ShadowBanError if the requester has been shadow-banned.
|
ShadowBanError if the requester has been shadow-banned.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# we don't apply shadow-banning to membership events, so that the user
|
# we don't apply shadow-banning to membership events here. Invites are blocked
|
||||||
# can come and go as they want.
|
# higher up the stack, and we allow shadow-banned users to send join and leave
|
||||||
|
# events as normal.
|
||||||
if (
|
if (
|
||||||
event.type != EventTypes.Member
|
event.type != EventTypes.Member
|
||||||
and not ignore_shadow_ban
|
and not ignore_shadow_ban
|
||||||
|
Loading…
Reference in New Issue
Block a user