Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bot sending messages to others without PushContent field causing error in judgment, and fixed bot sending messages to reply to themselves #1199

Merged
merged 3 commits into from
Mar 16, 2025

Conversation

fdc310
Copy link
Contributor

@fdc310 fdc310 commented Mar 16, 2025

概述

修复bot自己给别人发消息时没有PushContent字段导致判断错误,并修复bot自己发消息自己回复问题#1140

检查清单

PR 作者完成

*请在方括号间写x以打勾

  • 阅读仓库贡献指引了吗?
  • 与项目所有者沟通过了吗?
  • 我确定已自行测试所作的更改,确保功能符合预期。

项目所有者完成

  • 相关 issues 链接了吗?
  • 配置项写好了吗?迁移写好了吗?生效了吗?
  • 依赖写到 requirements.txt 和 core/bootutils/deps.py 了吗
  • 文档编写了吗?

Sorry, something went wrong.

@@ -67,6 +70,7 @@ async def get_gewechat_image_base64(
}
) as response:
if response.status != 200:
print(response)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

删一下。

@RockChinQ RockChinQ merged commit 22306cb into RockChinQ:master Mar 16, 2025
@RockChinQ
Copy link
Owner

感谢贡献!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants