mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-09 12:12:35 +01:00
Fix op 8
Unless someone says this is wrong for some reason, this should fix op 8
This commit is contained in:
parent
64c233b84c
commit
8d41348871
@ -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