summary refs log tree commit diff
path: root/src/util/interfaces/Event.ts
diff options
context:
space:
mode:
authorCyber <cyber.hf18@gmail.com>2025-12-04 17:10:37 +0100
committerGitHub <noreply@github.com>2025-12-04 17:10:37 +0100
commit3fcffd741ad52d49e7e94e2fa96c491c8b8b0d77 (patch)
tree3d9d851b2281b684c3344ac167acb73e21d0cf01 /src/util/interfaces/Event.ts
parentClean up cloud attachment debug logs (diff)
parentchore: re-generate openapi.json and schemas.json (diff)
downloadserver-ts-3fcffd741ad52d49e7e94e2fa96c491c8b8b0d77.tar.xz
Merge pull request #1423 from CyberL1/fix/mobile-app
Diffstat (limited to 'src/util/interfaces/Event.ts')
-rw-r--r--src/util/interfaces/Event.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts

index b70b92f85..24157efd1 100644 --- a/src/util/interfaces/Event.ts +++ b/src/util/interfaces/Event.ts
@@ -69,6 +69,7 @@ export interface ReadyEventData { v: number; user: UserPrivate; private_channels: ReadyPrivateChannel[]; // this will be empty for bots + presences: Presence[]; session_id: string; // resuming guilds: IReadyGuildDTO[] | GuildOrUnavailable[]; // depends on capability analytics_token?: string;