mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
Merge pull request #1026 from 7emotions/patch-1
fix: remove fatal clearance to message from QQWebhook
This commit is contained in:
@@ -47,7 +47,7 @@ class QQOfficialMessageConverter(adapter.MessageConverter):
|
||||
yiri_msg_list.append(
|
||||
platform_message.Image(base64=base64_url)
|
||||
)
|
||||
message = ''
|
||||
|
||||
yiri_msg_list.append(platform_message.Plain(text=message))
|
||||
chain = platform_message.MessageChain(yiri_msg_list)
|
||||
return chain
|
||||
|
||||
Reference in New Issue
Block a user