diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-09-01 10:13:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-01 09:13:01 +0000 |
commit | 3693ea61f5f56f4a49cce7e2b3ecd304f014d8cc (patch) | |
tree | 4434bf1ba7dbb969323252e560ba0003879518e8 /changelog.d | |
parent | Move the sessions delta to the latest schema version. (#10725) (diff) | |
download | synapse-3693ea61f5f56f4a49cce7e2b3ecd304f014d8cc.tar.xz |
Fix iteration in _remove_deleted_email_pushers background job. (#10734)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10734.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10734.bugfix b/changelog.d/10734.bugfix new file mode 100644 index 0000000000..15c7da4497 --- /dev/null +++ b/changelog.d/10734.bugfix @@ -0,0 +1 @@ +Remove pushers when deleting a 3pid from an account. Pushers for old unlinked emails will also be deleted. \ No newline at end of file |