mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-29 22:27:33 +00:00
[Fix] BotCommandProcess 修复Search命令对作品限制的管理不受'image.allowR18'选项控制的问题;
This commit is contained in:
parent
c1a21d1065
commit
a426f80ec5
@ -348,7 +348,7 @@ public class BotCommandProcess {
|
||||
|
||||
String imageMsg =
|
||||
CacheStoreCentral.getImageById(fromGroup, illustId, PixivDownload.PageQuality.REGULAR, 1);
|
||||
if (isNoSafe(illustId, SettingProperties.getProperties(fromGroup), true)) {
|
||||
if (isNoSafe(illustId, SettingProperties.getProperties(fromGroup), false)) {
|
||||
log.warn("作品Id {} 为R-18作品, 跳过.", illustId);
|
||||
continue;
|
||||
} else if(isReported(illustId)) {
|
||||
|
Loading…
Reference in New Issue
Block a user