various fixes

This commit is contained in:
MathMan05 2024-09-09 22:15:06 -05:00
parent ab842f8f9b
commit ee9483f350
6 changed files with 20 additions and 18 deletions

View file

@ -152,7 +152,6 @@ 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();