1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 10:22:30 +01:00

add capabilities

This commit is contained in:
Madeline 2023-08-05 21:02:23 +10:00
parent 169af33730
commit d2a4b4f3cf
No known key found for this signature in database
GPG Key ID: 80D25DA3BCB24281

View File

@ -225,6 +225,7 @@ export default class GatewayConnectionStore {
op: GatewayOpcodes.Identify, op: GatewayOpcodes.Identify,
d: { d: {
token: this.app.token!, token: this.app.token!,
capabilities: 16381,
properties: { properties: {
browser: "Spacebar Web", browser: "Spacebar Web",
client_build_number: 0, client_build_number: 0,