summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMathieu Velten <matmaul@gmail.com>2020-11-30 19:59:29 +0100
committerGitHub <noreply@github.com>2020-11-30 18:59:29 +0000
commit9f0f274fe0bd9dd6ccd7e2b53e2536cb6d02ae9b (patch)
tree3dfee7bee79eb31eb9bb35dd7564b5e01aef0931 /changelog.d
parentDrop (almost) unused index on event_json (#8845) (diff)
downloadsynapse-9f0f274fe0bd9dd6ccd7e2b53e2536cb6d02ae9b.tar.xz
Allow per-room profile to be used for server notice user (#8799)
This applies even if the feature is disabled at the server level with `allow_per_room_profiles`.
The server notice not being a real user it doesn't have an user profile.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8799.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8799.bugfix b/changelog.d/8799.bugfix
new file mode 100644
index 0000000000..a7e6b3556d
--- /dev/null
+++ b/changelog.d/8799.bugfix
@@ -0,0 +1 @@
+Allow per-room profiles to be used for the server notice user.