fix
This commit is contained in:
parent
2f57684122
commit
db143d4223
|
@ -732,7 +732,7 @@ class PluginsLoader {
|
||||||
}
|
}
|
||||||
/** 黑名单群 */
|
/** 黑名单群 */
|
||||||
if (Array.isArray(other.blackGroup) && other.blackGroup.length > 0) {
|
if (Array.isArray(other.blackGroup) && other.blackGroup.length > 0) {
|
||||||
return other.whiteGroup.includes(Number(e.group_id) || e.group_id)
|
return !other.blackGroup.includes(Number(e.group_id) || e.group_id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue