mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-21 04:41:58 +00:00
Fix field name
This commit is contained in:
@@ -544,7 +544,7 @@ class EventsBackgroundUpdatesStore(BackgroundUpdateStore):
|
||||
"topological_ordering": event_json["depth"],
|
||||
}
|
||||
for label in event_json["content"].get(
|
||||
EventContentFields.Labels, []
|
||||
EventContentFields.LABELS, []
|
||||
)
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user