Voice setting

This commit is contained in:
MathMan05
2024-10-29 20:53:20 -05:00
parent abc63bc166
commit 7f51b6c89f
3 changed files with 21 additions and 2 deletions

View File

@@ -843,7 +843,7 @@ class Channel extends SnowFlake{
loading.classList.add("loading");
this.rendertyping();
this.localuser.getSidePannel();
if(this.voice){
if(this.voice&&localStorage.getItem("Voice enabled")){
this.localuser.joinVoice(this);
}
await this.putmessages();