修复chat_channel配置参数取值错误bug,优化dingtalk_channel回复打字机效果流式 AI卡片、dingtalk_message图片或富文本消息接收

This commit is contained in:
baojingyu
2024-05-17 14:48:52 +08:00
parent e24f177832
commit 2f8099059c
7 changed files with 305 additions and 79 deletions

View File

@@ -40,7 +40,7 @@ class FeiShuChanel(ChatChannel):
self.feishu_app_id, self.feishu_app_secret, self.feishu_token))
# 无需群校验和前缀
conf()["group_name_white_list"] = ["ALL_GROUP"]
conf()["single_chat_prefix"] = []
conf()["single_chat_prefix"] = [""]
def startup(self):
urls = (