[Fix] BotCommandProcess 修复Search命令对作品限制的管理不受'image.allowR18'选项控制的问题;

This commit is contained in:
LamGC 2020-06-06 11:50:29 +08:00
parent c1a21d1065
commit a426f80ec5

View File

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