summary refs log tree commit diff
path: root/gateway/src/util/Constants.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-21 14:41:21 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-21 14:41:21 +1000
commitf569ef95eebeea7b214dedf0229a5be6178857da (patch)
tree8ed983efc0dd83e8d3c14f3e47fce1f9e9d08ff1 /gateway/src/util/Constants.ts
parentRandom webrtc crap (diff)
downloadserver-f569ef95eebeea7b214dedf0229a5be6178857da.tar.xz
Remove webrtc from bundle
Diffstat (limited to '')
-rw-r--r--gateway/src/util/Constants.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/gateway/src/util/Constants.ts b/gateway/src/util/Constants.ts

index 5441118b..ff9b5525 100644 --- a/gateway/src/util/Constants.ts +++ b/gateway/src/util/Constants.ts
@@ -1,4 +1,4 @@ -import { VoiceOPCodes } from "@fosscord/webrtc"; +// import { VoiceOPCodes } from "@fosscord/webrtc"; export enum OPCODES { Dispatch = 0, @@ -45,7 +45,7 @@ export enum CLOSECODES { } export interface Payload { - op: OPCODES | VoiceOPCodes; + op: OPCODES /* | VoiceOPCodes */; d?: any; s?: number; t?: string;