mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 03:25:53 +03:00
Correct comment
This commit is contained in:
parent
4b866c4fca
commit
fdb8b5931f
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ class PersistEventsStore:
|
||||||
)
|
)
|
||||||
assert most_recent_event_pos_results, (
|
assert most_recent_event_pos_results, (
|
||||||
f"We should not be seeing `None` here because we are still in the room ({room_id}) and "
|
f"We should not be seeing `None` here because we are still in the room ({room_id}) and "
|
||||||
+ "it should at-least have a create event."
|
+ "it should at-least have a join membership event that's keeping us here."
|
||||||
)
|
)
|
||||||
best_effort_most_recent_stream_ordering = most_recent_event_pos_results[
|
best_effort_most_recent_stream_ordering = most_recent_event_pos_results[
|
||||||
1
|
1
|
||||||
|
|
Loading…
Reference in a new issue