diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-10-18 10:33:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 10:33:21 +0100 |
commit | 828b5502cfdf4f1b20750941714ce95cdb242f0d (patch) | |
tree | 433d50d3a0f992ec68049b8ce34e2fe9dd5a62f0 /changelog.d | |
parent | Add debug logs to figure out why an event was filtered (#14095) (diff) | |
download | synapse-828b5502cfdf4f1b20750941714ce95cdb242f0d.tar.xz |
Remove `_get_events_cache` check optimisation from `_have_seen_events_dict` (#14161)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14161.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14161.bugfix b/changelog.d/14161.bugfix new file mode 100644 index 0000000000..aed4d9e386 --- /dev/null +++ b/changelog.d/14161.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in 1.30.0 where purging and rejoining a room without restarting in-between would result in a broken room. \ No newline at end of file |