Correct comment

This commit is contained in:
Eric Eastwood 2024-08-22 18:43:51 -05:00
parent 4b866c4fca
commit fdb8b5931f

View file

@ -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