Fixed missing voice and text channel update when switching the server tabs
parent
12a7b6eb50
commit
a6afb98093
|
@ -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
|
||||
|
|
|
@ -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