This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
generate_room_entry
breaks due to missing create event
#11000
Labels
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
See https://sentry.matrix.org/sentry/synapse-matrixorg/issues/226318/
There's at least one room on matrix.org (
!puCGMpKizEgwloleEe:matrix.org
) where thecurrent_state_events
for the room is missing them.room.create
event. There is a create event ($155394871468891LqYwt:matrix.org
), but it seems to not be incurrent_state_events
(current_state_events
consists solely ofm.room.member
events.)What we think happened is:
So the room is now in a broken state, we can probably:
generate_room_entry
more robust (by skipping the room?)current_state_events
for the roomNote that this code seems to affect the room list, as well as listing rooms in groups/communities.
The text was updated successfully, but these errors were encountered: