fix: 转发了不含关键词的抽奖动态(#136)

Fixed #136
This commit is contained in:
shanmite 2022-03-23 15:04:59 +08:00
parent 354d8cff1a
commit 22e4d2aaa1

View File

@ -375,6 +375,7 @@ class Monitor extends Searcher {
if (!has_key_words && description) {
log.warn("筛选动态", `无关键词动态的描述: ${description}\n\n考虑是否修改设置key_words:\n${key_words.join('\n')}`)
return false
}
/**屏蔽词 */