Update ServerHider.plugin.js
This commit is contained in:
parent
192e5734b4
commit
0cab8cb329
|
@ -279,7 +279,7 @@ class ServerHider {
|
|||
}
|
||||
|
||||
unreadServer (id) {
|
||||
if (BDFDB.getData("clearNotifications", this, "settings") && this.isInFolder(id)) BDFDB.markGuildAsRead(id);
|
||||
if (BDFDB.getData("clearNotifications", this, "settings") && !this.isInFolder(id)) BDFDB.markGuildAsRead(id);
|
||||
}
|
||||
|
||||
isInFolder (id) {
|
||||
|
|
Loading…
Reference in New Issue