summary refs log tree commit diff
path: root/synapse/storage/controllers/persist_events.py
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-07-22 22:29:18 -0500
committerEric Eastwood <erice@element.io>2022-07-22 22:29:18 -0500
commit522c29bfc7532f5fb9a4c4af86c9d9c9901c1a0e (patch)
tree8ce9365d796bb06a2a65f4146e855e2f490fdcf6 /synapse/storage/controllers/persist_events.py
parentBackfill remote event fetched by MSC3030 so we can paginate from it later (... (diff)
downloadsynapse-522c29bfc7532f5fb9a4c4af86c9d9c9901c1a0e.tar.xz
Instrument /messages for understandable traces
Diffstat (limited to 'synapse/storage/controllers/persist_events.py')
-rw-r--r--synapse/storage/controllers/persist_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/controllers/persist_events.py b/synapse/storage/controllers/persist_events.py

index cf98b0ab48..b4b904ff1d 100644 --- a/synapse/storage/controllers/persist_events.py +++ b/synapse/storage/controllers/persist_events.py
@@ -778,7 +778,7 @@ class EventsPersistenceStorageController: stale_forward_extremities_counter.observe(len(stale)) return result - + async def _get_new_state_after_events( self, room_id: str,