mirror of
https://github.com/Discreetly/server.git
synced 2026-01-09 12:37:58 -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,
|
rateLimit: true,
|
||||||
userMessageLimit: true,
|
userMessageLimit: true,
|
||||||
membershipType: true,
|
membershipType: true,
|
||||||
|
adminIdentities: true,
|
||||||
contractAddress: true,
|
contractAddress: true,
|
||||||
bandadaAddress: true,
|
bandadaAddress: true,
|
||||||
bandadaGroupId: true,
|
bandadaGroupId: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user