Fixed missing voice and text channel update when switching the server tabs

master
WolverinDEV 2020-12-29 18:23:06 +01:00
parent 12a7b6eb50
commit a6afb98093
2 changed files with 3 additions and 3 deletions

View File

@ -160,8 +160,8 @@ export class SideHeaderController {
}
this.sendPing();
this.sendPrivateConversationInfo();
this.sendChannelState("voice");
this.sendChannelState("text");
this.updateVoiceChannel();
this.updateTextChannel();
}
getConnectionHandler() : ConnectionHandler | undefined {