mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-04 12:56:02 +00:00
fix: 内容过滤无效 (#743)
This commit is contained in:
@@ -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']:
|
||||
|
||||
Reference in New Issue
Block a user