diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-11-28 10:40:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-28 10:40:42 +0000 |
commit | a9c44d4008deb29503e2de00e5aae1a56a72d630 (patch) | |
tree | 554b12c97ada0a2f8209b1cee8a1a5819e228acb /changelog.d | |
parent | Clarifications for the email configuration settings. (#6423) (diff) | |
download | synapse-a9c44d4008deb29503e2de00e5aae1a56a72d630.tar.xz |
Remove local threepids on account deactivation (#6426)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6426.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6426.bugfix b/changelog.d/6426.bugfix new file mode 100644 index 0000000000..3acfde4211 --- /dev/null +++ b/changelog.d/6426.bugfix @@ -0,0 +1 @@ +Clean up local threepids from user on account deactivation. \ No newline at end of file |