bug fixes
This commit is contained in:
parent
cd15064d3a
commit
9e830ae520
6 changed files with 34 additions and 4 deletions
|
@ -532,6 +532,13 @@ class Localuser {
|
|||
if (!guild) {
|
||||
guild = this.guildids.get("@me");
|
||||
}
|
||||
if (this.lookingguild === guild) {
|
||||
return guild;
|
||||
}
|
||||
if (this.channelfocus) {
|
||||
this.channelfocus.infinite.delete();
|
||||
this.channelfocus = undefined;
|
||||
}
|
||||
if (this.lookingguild) {
|
||||
this.lookingguild.html.classList.remove("serveropen");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue