summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2024-08-17 15:23:58 +1000
committerGitHub <noreply@github.com>2024-08-17 15:23:58 +1000
commitc5d58d5ff870bbfd6946f19ee2732b9bd4a3131a (patch)
treed2ba2bf72ab83da771b856fdb3aaafcfc81f1d7a /src
parentMerge pull request #1175 from DEVTomatoCake/fix/send-204-status (diff)
parentFix: Logins Failing due to null client_status (diff)
downloadserver-ts-c5d58d5ff870bbfd6946f19ee2732b9bd4a3131a.tar.xz
Merge pull request #1176 from greysilly7/patch-1
Fix: Logins Failing due to null client_status
Diffstat (limited to 'src')
-rw-r--r--src/gateway/opcodes/Identify.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gateway/opcodes/Identify.ts b/src/gateway/opcodes/Identify.ts

index e30a1ee0..c535cd45 100644 --- a/src/gateway/opcodes/Identify.ts +++ b/src/gateway/opcodes/Identify.ts
@@ -126,6 +126,7 @@ export async function onIdentify(this: WebSocket, data: Payload) { os: identify.properties?.os || identify.properties?.$os, version: 0, }, + client_status: {}, activities: identify.presence?.activities, // TODO: validation });