summary refs log tree commit diff
path: root/src/util
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2024-05-26 16:01:35 -0400
committerPuyodead1 <puyodead@proton.me>2024-05-26 16:01:35 -0400
commit939d1bd8d51966c5d6028d779cd27ebbff7d278e (patch)
tree8a8fafbbce5de72201a5bb742a03b1f740a42342 /src/util
parentMerge pull request #1116 from spacebarchat/patch/null-message-flags (diff)
downloadserver-ts-939d1bd8d51966c5d6028d779cd27ebbff7d278e.tar.xz
add `notification_settings` object to ready
Diffstat (limited to 'src/util')
-rw-r--r--src/util/interfaces/Event.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts

index deb54428b..98a64e94a 100644 --- a/src/util/interfaces/Event.ts +++ b/src/util/interfaces/Event.ts
@@ -129,6 +129,9 @@ export interface ReadyEventData { | "REQUIRE_CAPTCHA" // TODO: allow these to be triggered | "TOS_UPDATE_ACKNOWLEDGMENT" | "AGREEMENTS"; + notification_settings: { + flags: number; + }; } export interface ReadyEvent extends Event {