check if invited user is an admin before rejecting instead
i think this makes more sense tbh than what synapse does Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
34e8fd38cf
commit
608aa83ed2
4 changed files with 16 additions and 12 deletions
|
@ -281,7 +281,7 @@ impl fmt::Display for Config {
|
|||
&self.allow_local_presence.to_string(),
|
||||
),
|
||||
(
|
||||
"Block non-admin room invites (local and remote) and block all incoming remote invites",
|
||||
"Block non-admin room invites (local and remote, admins can still send and receive invites)",
|
||||
&self.block_non_admin_invites.to_string(),
|
||||
),
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue