Update synapse/storage/controllers/persist_events.py

Co-authored-by: Eric Eastwood <erice@element.io>
This commit is contained in:
Kegan Dougal
2026-03-10 15:03:19 +00:00
committed by GitHub
co-authored by Eric Eastwood
parent 2f8fece6f0
commit bc91229685
@@ -1034,6 +1034,7 @@ class EventsPersistenceStorageController:
**{SERVER_NAME_LABEL: self.server_name}
).observe(len(result))
# There should always be at least one forward extremity.
assert result, f"No state dag forward extremities left in room {room_id}!"
return result