diff options
author | Erik Johnston <erik@matrix.org> | 2021-03-02 14:05:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 14:05:01 +0000 |
commit | 16108c579deb17964f3603c7253454b711e9ccd0 (patch) | |
tree | 72a639f0e1cccfbf888bd43a966f396179a980f8 /changelog.d | |
parent | Add type hints to device and event report admin API (#9519) (diff) | |
download | synapse-16108c579deb17964f3603c7253454b711e9ccd0.tar.xz |
Fix SQL delta file taking a long time to run (#9516)
Fixes #9504
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9516.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9516.bugfix b/changelog.d/9516.bugfix new file mode 100644 index 0000000000..81188c5473 --- /dev/null +++ b/changelog.d/9516.bugfix @@ -0,0 +1 @@ +Fix a bug where users' pushers were not all deleted when they deactivated their account. |