summary refs log tree commit diff
path: root/gateway/src
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-30 23:28:04 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-30 23:28:04 +1100
commitf97078fa183c8719d7a355d3397a6b7a948c0982 (patch)
treebc4703de15c51c1328103a56cca0331c8ad239de /gateway/src
parentMerge branch 'master' into maddyrtc (diff)
downloadserver-f97078fa183c8719d7a355d3397a6b7a948c0982.tar.xz
changes from yonks ago that I forgot to commit
Diffstat (limited to 'gateway/src')
-rw-r--r--gateway/src/opcodes/Identify.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/gateway/src/opcodes/Identify.ts b/gateway/src/opcodes/Identify.ts

index eb15c28f..42b3713c 100644 --- a/gateway/src/opcodes/Identify.ts +++ b/gateway/src/opcodes/Identify.ts
@@ -34,6 +34,8 @@ import { Recipient } from "@fosscord/util"; // TODO: check if already identified export async function onIdentify(this: WebSocket, data: Payload) { + console.log(data); + clearTimeout(this.readyTimeout); check.call(this, IdentifySchema, data.d);