Skip to content
Snippets Groups Projects
Unverified Commit 24a214bd authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Fix field name

parent 70d93caf
No related branches found
No related tags found
No related merge requests found
......@@ -544,7 +544,7 @@ class EventsBackgroundUpdatesStore(BackgroundUpdateStore):
"topological_ordering": event_json["depth"],
}
for label in event_json["content"].get(
EventContentFields.Labels, []
EventContentFields.LABELS, []
)
],
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment