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.sendPing();
|
||||||
this.sendPrivateConversationInfo();
|
this.sendPrivateConversationInfo();
|
||||||
this.sendChannelState("voice");
|
this.updateVoiceChannel();
|
||||||
this.sendChannelState("text");
|
this.updateTextChannel();
|
||||||
}
|
}
|
||||||
|
|
||||||
getConnectionHandler() : ConnectionHandler | undefined {
|
getConnectionHandler() : ConnectionHandler | undefined {
|
||||||
|
|
Loading…
Reference in New Issue