mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-08-27 21:10:00 +00:00
Account for creators missing in synapse room table. (#905)
This really and deeply sucks https://github.com/element-hq/synapse/issues/18563.
This commit is contained in:
@@ -94,7 +94,7 @@ export class SynapseRoomListScanner {
|
||||
roomID: room.room_id,
|
||||
details: {
|
||||
room_id: room.room_id,
|
||||
creator: room.creator,
|
||||
creator: room.creator ?? undefined,
|
||||
name: room.name ?? undefined,
|
||||
},
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user