diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-11-28 10:40:42 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-11-28 11:07:45 +0000 |
commit | 2030193e5523810c4fd6158f97b7a223cee4cb72 (patch) | |
tree | e5c9c44c55d1dd81882d70caf1ed90fbc52062ee /synapse | |
parent | Fix startup error when http proxy is defined. (#6421) (diff) | |
download | synapse-2030193e5523810c4fd6158f97b7a223cee4cb72.tar.xz |
Remove local threepids on account deactivation (#6426)
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/deactivate_account.py | 3 | ||||
-rw-r--r-- | synapse/storage/data_stores/main/registration.py | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/synapse/handlers/deactivate_account.py b/synapse/handlers/deactivate_account.py |