mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-01 13:52:46 +00:00
Implement archived rooms (include_leave filter on /sync)
Fix https://github.com/matrix-org/dendrite/issues/1323
This commit is contained in:
parent
e3ce6a924f
commit
82afb32464
6 changed files with 24 additions and 7 deletions
|
@ -123,6 +123,7 @@ We should see our own leave event when rejecting an invite, even if history_visi
|
|||
Newly left rooms appear in the leave section of gapped sync
|
||||
Previously left rooms don't appear in the leave section of sync
|
||||
Left rooms appear in the leave section of full state sync
|
||||
Archived rooms only contain history from before the user left
|
||||
Newly banned rooms appear in the leave section of incremental sync
|
||||
Newly banned rooms appear in the leave section of incremental sync
|
||||
local user can join room with version 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue