mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 18:15:41 +00:00
requestguildmembers: dont forget user relation, lol
This commit is contained in:
@@ -150,6 +150,7 @@ export async function onRequestGuildMembers(this: WebSocket, { d }: Payload) {
|
||||
activities: true,
|
||||
client_status: true,
|
||||
},
|
||||
relations: { user: true },
|
||||
});
|
||||
|
||||
const foundUids = new Set<string>();
|
||||
|
||||
Reference in New Issue
Block a user