Skip to content

Commit 7f061cd

Browse files
authored
Subscribe to VOICE_CHANNEL_SELECT (#220)
Fix #218
1 parent 5ca8ce5 commit 7f061cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/desktop/src/rpc/manager.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,12 @@ class SocketManager {
359359
version: this.version,
360360
});
361361

362+
// subscribe to channel select events
363+
this.send({
364+
cmd: RPCCommand.SUBSCRIBE,
365+
evt: RPCEvent.VOICE_CHANNEL_SELECT,
366+
});
367+
362368
// try to find the user
363369
this.requestUserChannel();
364370

0 commit comments

Comments
 (0)