Fix forgotten rooms missing in initial sync (#15815)

If you leave a room and forget it, then rejoin it, the room would be
missing from the next initial sync.

fixes #13262

Signed-off-by: Nicolas Werner <n.werner@famedly.com>
This commit is contained in:
Nicolas Werner
2023-06-21 15:56:31 +02:00
committed by GitHub
parent 289ce3b8d9
commit e0c39d6bb5
3 changed files with 35 additions and 0 deletions

1
changelog.d/15815.bugfix Normal file
View File

@@ -0,0 +1 @@
Fix forgotten rooms missing from initial sync after rejoining them. Contributed by Nico from Famedly.