Merge pull request #1154 from guohu7777/main

把某人漏掉的给复制上去
This commit is contained in:
HibiKier 2022-10-28 18:29:38 +08:00 committed by GitHub
commit c5e8ba3cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ async def _(event: GroupMessageEvent):
if not img and not msg:
return
if img:
img_hash = await get_fudu_img_hash(img[0])
img_hash = await get_fudu_img_hash(img[0],event.group_id)
else:
img_hash = ""
add_msg = msg + "|-|" + img_hash