diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-07-31 19:42:27 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-07-31 19:42:27 +1000 |
commit | 4c0b1391b19cd55127350aa8605362e2799d5407 (patch) | |
tree | 948e684e374b5fa748bb3961e4a5e2fb16edd120 /src/util | |
parent | * call toJSON of keys in gateway when using erlpack (diff) | |
download | server-4c0b1391b19cd55127350aa8605362e2799d5407.tar.xz |
send empty READY_SUPPLEMENTAL for client compatibility
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/interfaces/Event.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts index 7ddb763d..deb54428 100644 --- a/src/util/interfaces/Event.ts +++ b/src/util/interfaces/Event.ts @@ -583,6 +583,7 @@ export type EventData = export enum EVENTEnum { Ready = "READY", + ReadySupplemental = "READY_SUPPLEMENTAL", ChannelCreate = "CHANNEL_CREATE", ChannelUpdate = "CHANNEL_UPDATE", ChannelDelete = "CHANNEL_DELETE", |