Further clarify why membership events are not to be transferred
This commit is contained in:
parent
f058a0f40a
commit
22188ebfeb
1 changed files with 5 additions and 1 deletions
|
@ -61,7 +61,11 @@ When the client requests to upgrade a known room to a known version, the server:
|
|||
* ``m.room.join_rules``
|
||||
* ``m.room.power_levels``
|
||||
|
||||
Membership events should not be transferred to the new room.
|
||||
Membership events should not be transferred to the new room due to technical limitations
|
||||
of servers not being able to impersonate people from other homeservers. Additionally,
|
||||
servers should not transfer state events which are sensitive to who sent them, such as
|
||||
events outside of the Matrix namespace where clients may rely on the sender to match
|
||||
certain criteria.
|
||||
|
||||
4. Moves any local aliases to the new room.
|
||||
5. Sends a ``m.room.tombstone`` event to the old room to indicate that it is not intended
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue