summary refs log tree commit diff
path: root/synapse/handlers/sync.py
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-07-27 00:55:43 -0500
committerEric Eastwood <erice@element.io>2022-07-27 00:55:43 -0500
commit6984cefa79602fbbd472cd39f463e341b09023d9 (patch)
treec1336c2907bc92d62f8e65cde741d54a226b7ba3 /synapse/handlers/sync.py
parentSome shim and some new (diff)
downloadsynapse-6984cefa79602fbbd472cd39f463e341b09023d9.tar.xz
Progress towards OTEL
Diffstat (limited to 'synapse/handlers/sync.py')
-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 ad71feb774..3a40bc1694 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, []),
-                tags=tags_by_room.get(room_entry.room_id),
+                attributes=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,
             )