fix side pannel for dirrect messages

This commit is contained in:
MathMan05 2024-09-30 16:06:21 -05:00
parent a1902a912f
commit c23f6a94a8
3 changed files with 10 additions and 3 deletions

View file

@ -188,6 +188,7 @@ class Group extends Channel{
this.rendertyping();
await this.putmessages();
await prom;
this.localuser.getSidePannel();
if(id !== Channel.genid){
return;
}