Fixed missing voice and text channel update when switching the server tabs
parent
12a7b6eb50
commit
a6afb98093
|
@ -160,8 +160,8 @@ export class SideHeaderController {
|
|||
}
|
||||
this.sendPing();
|
||||
this.sendPrivateConversationInfo();
|
||||
this.sendChannelState("voice");
|
||||
this.sendChannelState("text");
|
||||
this.updateVoiceChannel();
|
||||
this.updateTextChannel();
|
||||
}
|
||||
|
||||
getConnectionHandler() : ConnectionHandler | undefined {
|
||||
|
|
Loading…
Reference in New Issue