1
0

Merge pull request #5843 from matrix-org/erikj/workers_hist_vis

This commit is contained in:
Andrew Morgan
2020-02-20 15:59:01 +00:00
2 changed files with 1 additions and 4 deletions

View File

@@ -3,10 +3,6 @@
Message history can be paginated
m.room.history_visibility == "world_readable" allows/forbids appropriately for Guest users
m.room.history_visibility == "world_readable" allows/forbids appropriately for Real users
Can re-join room if re-invited
/upgrade creates a new room

1
changelog.d/5843.misc Normal file
View File

@@ -0,0 +1 @@
Whitelist history visbility sytests in worker mode tests.