From 5be671a6559ee37bf10c1a40fa7a9fd6b5a9a986 Mon Sep 17 00:00:00 2001 From: Leafus Date: Fri, 14 Aug 2026 09:38:16 +0200 Subject: [PATCH] update to latest branch changes and adjust the file --- src/gateway/opcodes/Identify.ts | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/gateway/opcodes/Identify.ts b/src/gateway/opcodes/Identify.ts index fac59cc91..48fd3a20a 100644 --- a/src/gateway/opcodes/Identify.ts +++ b/src/gateway/opcodes/Identify.ts @@ -53,7 +53,6 @@ import { getMostRelevantSession, Presence, PresenceUpdateEvent, - PrivateStatus, ReadyEventData, ReadyGuildDTO, ReadyUserGuildSettingsEntries, @@ -61,7 +60,17 @@ import { TraceNode, TraceRoot, } from "@spacebar/util"; -import { ChannelType, DefaultUserGuildSettings, DMChannel, IdentifySchema, PrivateUserProjection, PublicUser, PublicUserProjection, RelationshipType } from "@spacebar/schemas"; +import { + ChannelType, + DefaultUserGuildSettings, + DMChannel, + IdentifySchema, + PrivateStatus, + PrivateUserProjection, + PublicUser, + PublicUserProjection, + RelationshipType, +} from "@spacebar/schemas"; import { check } from "./instanceOf"; // TODO: user sharding