mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 13:22:46 +00:00
Handle m.room.tombstone
events in the UserAPI (#2864)
Fixes #2863 and makes ``` /upgrade preserves direct room state local user has tags copied to the new room remote user has tags copied to the new room ``` pass.
This commit is contained in:
parent
a7b74176e3
commit
c125203eb6
2 changed files with 120 additions and 2 deletions
|
@ -758,4 +758,7 @@ Can get rooms/{roomId}/members at a given point
|
|||
Can filter rooms/{roomId}/members
|
||||
Current state appears in timeline in private history with many messages after
|
||||
AS can publish rooms in their own list
|
||||
AS and main public room lists are separate
|
||||
AS and main public room lists are separate
|
||||
/upgrade preserves direct room state
|
||||
local user has tags copied to the new room
|
||||
remote user has tags copied to the new room
|
Loading…
Add table
Add a link
Reference in a new issue