mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-14 22:40:59 +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(
|
yiri_msg_list.append(
|
||||||
platform_message.Image(base64=base64_url)
|
platform_message.Image(base64=base64_url)
|
||||||
)
|
)
|
||||||
message = ''
|
|
||||||
yiri_msg_list.append(platform_message.Plain(text=message))
|
yiri_msg_list.append(platform_message.Plain(text=message))
|
||||||
chain = platform_message.MessageChain(yiri_msg_list)
|
chain = platform_message.MessageChain(yiri_msg_list)
|
||||||
return chain
|
return chain
|
||||||
|
|||||||
Reference in New Issue
Block a user