mirror of
https://github.com/Discreetly/server.git
synced 2026-01-08 20:18:08 -05:00
fix(rooms) including admin identities to findRoomById (#110)
This commit is contained in:
@@ -23,6 +23,7 @@ export async function findRoomById(id: string): Promise<RoomI | null> {
|
||||
rateLimit: true,
|
||||
userMessageLimit: true,
|
||||
membershipType: true,
|
||||
adminIdentities: true,
|
||||
contractAddress: true,
|
||||
bandadaAddress: true,
|
||||
bandadaGroupId: true,
|
||||
|
||||
Reference in New Issue
Block a user