feat: 长消息检查函数不再检查敏感词

This commit is contained in:
Rock Chin
2023-03-19 09:06:32 +00:00
parent 79bfa0792d
commit af29277acd

View File

@@ -76,8 +76,6 @@ def check_text(text: str) -> list:
# 转换成图片
return [text_to_image(text)]
elif config.blob_message_strategy == 'forward':
# 敏感词屏蔽
text = context.get_qqbot_manager().reply_filter.process(text)
# 包装转发消息
display = ForwardMessageDiaplay(