Fixed missing voice and text channel update when switching the server tabs
This commit is contained in:
parent
12a7b6eb50
commit
a6afb98093
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
- Reimplemented the music bot control UI
|
- Reimplemented the music bot control UI
|
||||||
- Fixing some bugs from earlier versions
|
- Fixing some bugs from earlier versions
|
||||||
- Added a volume change button to easily change the bots volume
|
- Added a volume change button to easily change the bots volume
|
||||||
|
|
||||||
* **22.12.20**
|
* **22.12.20**
|
||||||
- Fixed missing channel status icon update on channel type edit
|
- Fixed missing channel status icon update on channel type edit
|
||||||
- Improved channel edit UI experience and fixed some bugs
|
- Improved channel edit UI experience and fixed some bugs
|
||||||
|
|
|
@ -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…
Add table
Reference in a new issue