From 9974b1a08ebff67d815bdce26a8fbb5e028b1a09 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Sat, 17 Dec 2022 17:38:33 +1100 Subject: Premium tier 0 SKU from staging --- src/gateway/opcodes/Identify.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gateway/opcodes/Identify.ts') diff --git a/src/gateway/opcodes/Identify.ts b/src/gateway/opcodes/Identify.ts index 6e65dd44..60b5da4c 100644 --- a/src/gateway/opcodes/Identify.ts +++ b/src/gateway/opcodes/Identify.ts @@ -37,6 +37,7 @@ import { Recipient } from "@fosscord/util"; export async function onIdentify(this: WebSocket, data: Payload) { clearTimeout(this.readyTimeout); + // TODO: is this needed now that we use `json-bigint`? if (typeof data.d?.client_state?.highest_last_message_id === "number") data.d.client_state.highest_last_message_id += ""; check.call(this, IdentifySchema, data.d); -- cgit 1.5.1