mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-30 04:52:46 +00:00
Make same membership transitions 403, add sytests (#1161)
* Make same membership transitions 403, add sytests * Update blacklist
This commit is contained in:
parent
002fe05a20
commit
a06d0921c9
3 changed files with 10 additions and 0 deletions
|
@ -357,6 +357,8 @@ Getting state checks the events requested belong to the room
|
|||
Getting state IDs checks the events requested belong to the room
|
||||
Can invite users to invite-only rooms
|
||||
Uninvited users cannot join the room
|
||||
Users cannot invite themselves to a room
|
||||
Users cannot invite a user that is already in the room
|
||||
Invited user can reject invite
|
||||
Invited user can reject invite for empty room
|
||||
Invited user can reject local invite after originator leaves
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue