various fixes
This commit is contained in:
parent
ab842f8f9b
commit
ee9483f350
6 changed files with 20 additions and 18 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue