diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-08-30 11:58:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 09:58:38 +0000 |
commit | 682dfcfc0db05d9c99b7615d950997535df4d533 (patch) | |
tree | f89c16787f214105d36a7030dd97e4b865fd898c /changelog.d | |
parent | Optimize how we calculate `likely_domains` during backfill (#13575) (diff) | |
download | synapse-682dfcfc0db05d9c99b7615d950997535df4d533.tar.xz |
Fix that user cannot `/forget` rooms after the last member has left (#13546)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13546.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13546.bugfix b/changelog.d/13546.bugfix new file mode 100644 index 0000000000..83bc3a61d2 --- /dev/null +++ b/changelog.d/13546.bugfix @@ -0,0 +1 @@ +Fix bug that user cannot `/forget` rooms after the last member has left the room. \ No newline at end of file |