diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-11-14 13:07:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 12:07:13 +0000 |
commit | 2a77a910eb16333e56b85a7fdb3d6254acc9b6d7 (patch) | |
tree | 4ab51d00a991efec78dbb92636164ef47d39bf76 /sytest-whitelist | |
parent | 858a4af2244986356576b1cf97572275a8bc001f (diff) |
Handle remote room upgrades (#2866)
Makes the following tests pass
```
/upgrade moves remote aliases to the new room
Local and remote users' homeservers remove a room from their public directory on upgrade
```
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index bb4f0a27..49ffb8fe 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -761,4 +761,6 @@ AS can publish rooms in their own list 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 +remote user has tags copied to the new room +/upgrade moves remote aliases to the new room +Local and remote users' homeservers remove a room from their public directory on upgrade
\ No newline at end of file |