diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-08-23 10:48:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 09:48:35 +0100 |
commit | 37f329c9adf6ed02df15661850f999edd9e5fd93 (patch) | |
tree | 056962ef1ab55f435f2d752bdf798e80a6262d60 /changelog.d | |
parent | Fix Prometheus metrics being negative (mixed up start/end) (#13584) (diff) | |
download | synapse-37f329c9adf6ed02df15661850f999edd9e5fd93.tar.xz |
Fix that sending server notices fail if avatar is `None` (#13566)
Indroduced in #11846.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13566.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13566.bugfix b/changelog.d/13566.bugfix new file mode 100644 index 0000000000..6c44024add --- /dev/null +++ b/changelog.d/13566.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.52.0 where sending server notices fails if `max_avatar_size` or `allowed_avatar_mimetypes` is set and not `system_mxid_avatar_url`. \ No newline at end of file |