0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-10 21:21:51 +02:00
dendrite/roomserver/storage/shared
kegsay 0bf5104bbb
Fix #2027 by gracefully handling stub rooms (#2100)
The server ACL code on startup will grab all known rooms from
the rooms_table and then call `GetStateEvent` with each found
room ID to find the server ACL event. This can fail for stub
rooms, which will be present in the rooms table. Previously
this would result in an error being returned and the server
failing to start (!). Now we just return no event for stub
rooms.
2022-01-21 14:23:37 +00:00
..
latest_events_updater.go Add RoomInfo cache, remove RoomServerRoomNIDsCache (#1646) 2020-12-16 12:15:12 +00:00
membership_updater.go Track knocking in membership updater (#1935) 2021-07-22 12:26:58 +01:00
prepare.go Merge Updater structs (#1069) 2020-05-28 11:15:21 +01:00
storage.go Fix #2027 by gracefully handling stub rooms (#2100) 2022-01-21 14:23:37 +00:00