summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-10-04 15:33:42 +0100
committerBrendan Abolivier <babolivier@matrix.org>2021-10-04 15:33:42 +0100
commit730b40dd5e94022657845f98a0a9577c3e8b4935 (patch)
tree1022faf7e34c87c2aae1f158573121ee3146bc0b /changelog.d
parentConsistently exclude from user_directory (#10960) (diff)
parent 1.44.0rc3 (diff)
downloadsynapse-730b40dd5e94022657845f98a0a9577c3e8b4935.tar.xz
Merge tag 'v1.44.0rc3' into develop
Synapse 1.44.0rc3 (2021-10-04)
==============================

Bugfixes
--------

- Fix a bug introduced in Synapse v1.40.0 where changing a user's display name or avatar in a restricted room would cause an authentication error. ([\#10933](https://github.com/matrix-org/synapse/issues/10933))
- Fix `/admin/whois/{user_id}` endpoint, which was broken in v1.44.0rc1. ([\#10968](https://github.com/matrix-org/synapse/issues/10968))
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10933.bugfix1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/10933.bugfix b/changelog.d/10933.bugfix
deleted file mode 100644
index e0694fea22..0000000000
--- a/changelog.d/10933.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix a bug introduced in Synapse v1.40.0 where changing a user's display name or avatar in a restricted room would cause an authentication error.