Update ServerHider.plugin.js

This commit is contained in:
Mirco Wittrien 2019-05-09 11:40:51 +02:00
parent 192e5734b4
commit 0cab8cb329
1 changed files with 1 additions and 1 deletions

View File

@ -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) {