Skip to content

Commit

Permalink
Merge pull request #1026 from 7emotions/patch-1
Browse files Browse the repository at this point in the history
fix: remove fatal clearance to message from QQWebhook
  • Loading branch information
wangcham authored Feb 7, 2025
2 parents a8f2438 + e83b0a7 commit c72ad2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/platform/sources/qqofficial.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async def target2yiri(message:str,message_id:str,pic_url:str,content_type):
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
Expand Down

0 comments on commit c72ad2b

Please sign in to comment.