diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-07-06 14:08:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 13:08:53 +0100 |
commit | bcb0962a7250d6c1430ad42f5ed234ffea8f2468 (patch) | |
tree | 134db753f5b9a2f15917535070b44060597e2af7 /changelog.d | |
parent | Add script for getting info about recently registered users (#10290) (diff) | |
download | synapse-bcb0962a7250d6c1430ad42f5ed234ffea8f2468.tar.xz |
Fix deactivate a user if he does not have a profile (#10252)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10252.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10252.bugfix b/changelog.d/10252.bugfix new file mode 100644 index 0000000000..c8ddd14528 --- /dev/null +++ b/changelog.d/10252.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in v1.26.0 where only users who have set profile information could be deactivated with erasure enabled. |