diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-01-12 22:30:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 16:30:15 -0500 |
commit | 7a2e9b549defe3f55531711a863183a33e7af83c (patch) | |
tree | 1ceeb3a73fd7a8cfa16fca79632bbb0ce554b0bc /changelog.d | |
parent | UI Auth via SSO: redirect the user to an appropriate SSO. (#9081) (diff) | |
download | synapse-7a2e9b549defe3f55531711a863183a33e7af83c.tar.xz |
Remove user's avatar URL and displayname when deactivated. (#8932)
This only applies if the user's data is to be erased.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8932.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8932.feature b/changelog.d/8932.feature new file mode 100644 index 0000000000..a1d17394d7 --- /dev/null +++ b/changelog.d/8932.feature @@ -0,0 +1 @@ +Remove a user's avatar URL and display name when deactivated with the Admin API. |