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 /synapse | |
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 'synapse')
-rw-r--r-- | synapse/handlers/room_member.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/room_member.py b/synapse/handlers/room_member.py |