bug fixes

This commit is contained in:
MathMan05 2024-09-09 19:46:23 -05:00
parent cd15064d3a
commit 9e830ae520
6 changed files with 34 additions and 4 deletions

View file

@ -152,6 +152,7 @@ class Group extends Channel {
const id = ++Channel.genid;
if (this.localuser.channelfocus) {
this.localuser.channelfocus.infinite.delete();
this.localuser.channelfocus = this;
}
if (this.guild !== this.localuser.lookingguild) {
this.guild.loadGuild();