fix: 内容过滤无效 (#743)

This commit is contained in:
RockChinQ
2024-03-29 17:24:42 +08:00
parent 1f797f899c
commit 387dfa39ff

View File

@@ -25,7 +25,7 @@ class ContentFilterStage(stage.PipelineStage):
async def initialize(self):
filters_required = [
"content-filter"
"content-ignore",
]
if self.ap.pipeline_cfg.data['check-sensitive-words']: