summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-07-28 00:18:08 -0500
committerEric Eastwood <erice@element.io>2022-07-28 00:18:08 -0500
commit3a259960fb6ca6ce8acd85a7e4ef84bafc57be4b (patch)
tree31403989b5a5a86a7e6eee9222f8b0f76325b3c9 /synapse/handlers
parentFix some lints (diff)
downloadsynapse-3a259960fb6ca6ce8acd85a7e4ef84bafc57be4b.tar.xz
Fixup some todos
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py
index 3a40bc1694..ad71feb774 100644
--- a/synapse/handlers/sync.py
+++ b/synapse/handlers/sync.py
@@ -1568,7 +1568,7 @@ class SyncHandler:
                 sync_result_builder,
                 room_entry,
                 ephemeral=ephemeral_by_room.get(room_entry.room_id, []),
-                attributes=tags_by_room.get(room_entry.room_id),
+                tags=tags_by_room.get(room_entry.room_id),
                 account_data=account_data_by_room.get(room_entry.room_id, {}),
                 always_include=sync_result_builder.full_state,
             )