summary refs log tree commit diff
path: root/src/gateway/opcodes/GuildSync.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-06-12 16:27:38 +0200
committerRory& <root@rory.gay>2026-06-12 17:58:18 +0200
commit03ecae4348182885b8aa06d2b42c2e7da88923b2 (patch)
treed6101462a387ff6523fce39fa0bdb58789a797ef /src/gateway/opcodes/GuildSync.ts
parentMove migrations to database (diff)
downloadserver-ts-03ecae4348182885b8aa06d2b42c2e7da88923b2.tar.xz
Move more extensions to extensions
Diffstat (limited to 'src/gateway/opcodes/GuildSync.ts')
-rw-r--r--src/gateway/opcodes/GuildSync.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gateway/opcodes/GuildSync.ts b/src/gateway/opcodes/GuildSync.ts

index f075028b..f7c0dd0c 100644 --- a/src/gateway/opcodes/GuildSync.ts +++ b/src/gateway/opcodes/GuildSync.ts
@@ -18,9 +18,10 @@ import { In } from "typeorm"; import { Member, Session } from "@spacebar/database"; +import { Stopwatch, timePromise } from "@spacebar/extensions"; import { WebSocket, Payload, OPCODES, Send, handleOffloadedGatewayRequest } from "@spacebar/gateway"; import { PublicMember } from "@spacebar/schemas"; -import { Presence, timePromise, Stopwatch, Config, getMostRelevantSession } from "@spacebar/util"; +import { Presence, Config, getMostRelevantSession } from "@spacebar/util"; // TODO: only show roles/members that have access to this channel // TODO: config: to list all members (even those who are offline) sorted by role, or just those who are online