summary refs log tree commit diff
path: root/gateway/src/util/WebSocket.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-11 21:48:48 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-11 21:48:48 +1000
commit27439073754c4189fae92fcaf4016d03193b98c2 (patch)
tree4bb5c032c0c3e7402eae9340455297141907f265 /gateway/src/util/WebSocket.ts
parentAdded missing props to ChannelModifySchema (diff)
downloadserver-ts-27439073754c4189fae92fcaf4016d03193b98c2.tar.xz
Trash ip logging
Diffstat (limited to 'gateway/src/util/WebSocket.ts')
-rw-r--r--gateway/src/util/WebSocket.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/gateway/src/util/WebSocket.ts b/gateway/src/util/WebSocket.ts

index 1ca90340..7ac277a8 100644 --- a/gateway/src/util/WebSocket.ts +++ b/gateway/src/util/WebSocket.ts
@@ -8,6 +8,7 @@ export interface WebSocket extends WS { session_id: string; encoding: "etf" | "json"; compress?: "zlib-stream"; + ipAddress?: string; shard_count?: bigint; shard_id?: bigint; deflate?: Deflate;