summary refs log tree commit diff
path: root/changelog.d/7497.bugfix
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-05-26 16:45:37 +0200
committerBrendan Abolivier <babolivier@matrix.org>2020-05-26 16:45:37 +0200
commit3b19c172471aba5e7c2ac62931a36401d2059400 (patch)
tree4f3eed7730c1fc60eb18a70f35548c36fa623794 /changelog.d/7497.bugfix
parentReplace device_27_unique_idx bg update with a fg one (#7562) (diff)
downloadsynapse-3b19c172471aba5e7c2ac62931a36401d2059400.tar.xz
1.14.0
Diffstat (limited to 'changelog.d/7497.bugfix')
-rw-r--r--changelog.d/7497.bugfix1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/7497.bugfix b/changelog.d/7497.bugfix
deleted file mode 100644

index 3c7920cb10..0000000000 --- a/changelog.d/7497.bugfix +++ /dev/null
@@ -1 +0,0 @@ -When sending `m.room.member` events, omit `displayname` and `avatar_url` if they aren't set instead of setting them to `null`. Contributed by Aaron Raimist.