diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-11-07 09:47:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 09:47:18 +0100 |
commit | c125203eb6e5dfeaa4290aeea8bbed9a73caf16c (patch) | |
tree | 6a816c760353fcb07c72f0c84c8d4c5286769307 /sytest-whitelist | |
parent | a7b74176e3dbcfd36525388665c64674c707e5c3 (diff) |
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.
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index f4311d33..bb4f0a27 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -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
\ No newline at end of file +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
\ No newline at end of file |