diff options
author | Andrew Morgan <andrewm@element.io> | 2022-10-12 18:58:27 +0100 |
---|---|---|
committer | Andrew Morgan <andrewm@element.io> | 2022-10-12 18:58:27 +0100 |
commit | 4d8003251821c8f34072701be6960115abfe46d4 (patch) | |
tree | 5b98ad05ab94537bd358aa1099ba4f8e67151119 | |
parent | Avoid checking the event cache when backfilling events (diff) | |
download | synapse-4d8003251821c8f34072701be6960115abfe46d4.tar.xz |
changelog
-rw-r--r-- | changelog.d/14164.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14164.bugfix b/changelog.d/14164.bugfix new file mode 100644 index 0000000000..aed4d9e386 --- /dev/null +++ b/changelog.d/14164.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 |