Skip to content
Snippets Groups Projects
Unverified Commit dad8d68c authored by Brendan Abolivier's avatar Brendan Abolivier Committed by GitHub
Browse files

Update synapse/storage/data_stores/main/events_bg_updates.py

parent 6d360f09
No related branches found
No related tags found
No related merge requests found
......@@ -511,7 +511,7 @@ class EventsBackgroundUpdatesStore(BackgroundUpdateStore):
@defer.inlineCallbacks
def _event_store_labels(self, progress, batch_size):
"""Stores labels for events."""
"""Background update handler which will store labels for existing events."""
last_event_id = progress.get("last_event_id", "")
def _event_store_labels_txn(txn):
......
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