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

@ -3,7 +3,7 @@
- Reimplemented the music bot control UI
- Fixing some bugs from earlier versions
- Added a volume change button to easily change the bots volume
* **22.12.20**
- Fixed missing channel status icon update on channel type edit
- Improved channel edit UI experience and fixed some bugs

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 {