summary refs log tree commit diff
path: root/src/gateway/util/index.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-03 23:50:48 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-03 23:50:48 +1000
commit6ee26082efddfa4f996b4b0424a664a6a592501c (patch)
treeda69812661ebe48cac1240482cbeedd7082d2317 /src/gateway/util/index.ts
parentallow all role props through ready (diff)
downloadserver-6ee26082efddfa4f996b4b0424a664a6a592501c.tar.xz
Respect CLIENT_STATE_V2 capability
Diffstat (limited to 'src/gateway/util/index.ts')
-rw-r--r--src/gateway/util/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gateway/util/index.ts b/src/gateway/util/index.ts
index 627f12b2..6ef694d9 100644
--- a/src/gateway/util/index.ts
+++ b/src/gateway/util/index.ts
@@ -21,3 +21,4 @@ export * from "./Send";
 export * from "./SessionUtils";
 export * from "./Heartbeat";
 export * from "./WebSocket";
+export * from "./Capabilities";