summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-09-18 11:25:52 +0100
committerMatthew Hodgson <matthew@matrix.org>2018-09-18 11:25:52 +0100
commit7c8ea6b1d483708e2d6652553cca691ddbad8fa1 (patch)
tree1538ca83769fe5f3d97db23a31461e2c4b3f670d /synapse
parentalways calculate heroes for rooms without avatars (diff)
downloadsynapse-7c8ea6b1d483708e2d6652553cca691ddbad8fa1.tar.xz
oops
Diffstat (limited to 'synapse')
-rw-r--r--synapse/handlers/sync.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py
index ee2eab42e7..c1257521c1 100644
--- a/synapse/handlers/sync.py
+++ b/synapse/handlers/sync.py
@@ -542,6 +542,7 @@ class SyncHandler(object):
             last_event.event_id, [
                 (EventTypes.Name, ''),
                 (EventTypes.CanonicalAlias, ''),
+                (EventTypes.RoomAvatar, ''),
             ]
         )