diff --git a/src/stores/GatewayConnectionStore.ts b/src/stores/GatewayConnectionStore.ts index 4000cf0..2986795 100644 --- a/src/stores/GatewayConnectionStore.ts +++ b/src/stores/GatewayConnectionStore.ts @@ -225,6 +225,7 @@ export default class GatewayConnectionStore { op: GatewayOpcodes.Identify, d: { token: this.app.token!, + capabilities: 16381, properties: { browser: "Spacebar Web", client_build_number: 0,