diff options
author | Nicolas Werner <89468146+nico-famedly@users.noreply.github.com> | 2023-06-21 15:56:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 14:56:31 +0100 |
commit | e0c39d6bb526b01368393ae5d2173c8e6d39b60f (patch) | |
tree | 9ec2262342e86043ef8df1ae5560dd76cd509fbd /changelog.d | |
parent | Fix harmless exception in port DB script (#15814) (diff) | |
download | synapse-e0c39d6bb526b01368393ae5d2173c8e6d39b60f.tar.xz |
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>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15815.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15815.bugfix b/changelog.d/15815.bugfix new file mode 100644 index 0000000000..e20b5acac1 --- /dev/null +++ b/changelog.d/15815.bugfix @@ -0,0 +1 @@ +Fix forgotten rooms missing from initial sync after rejoining them. Contributed by Nico from Famedly. |