mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-23 19:02:37 +01:00
commit
c51595a6da
@ -98,7 +98,6 @@ export async function onRequestGuildMembers(this: WebSocket, { d }: Payload) {
|
||||
"',' || member.roles || ',' NOT LIKE :everyoneRoleIdList",
|
||||
{ everyoneRoleIdList: "%," + guild_id + ",%" },
|
||||
)
|
||||
.andWhere("session.status != 'offline'")
|
||||
.addOrderBy("user.username", "ASC")
|
||||
.limit(memberFind.take);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user