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

feat: 为 ExtInfo 添加入群和成为好友事件并适配 QQ #140

Merged
merged 4 commits into from
Jul 30, 2023
Merged

feat: 为 ExtInfo 添加入群和成为好友事件并适配 QQ #140

merged 4 commits into from
Jul 30, 2023

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    42584ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c780d2 View commit details
    Browse the repository at this point in the history
  3. 适配入群和新好友事件; im_session 部分逻辑修改

    - 修复了向通知列表发送消息时平台错误的问题。现在,如果消息列表和 `Endpoint` 不在同一平台则不会发送消息(可能只是权宜之计,最好能实现跨平台通知吧)
    - WalleQ Adapter 似乎没有适配确认好友通过,先不适配 `OnBecomeFriend`
    - 对于 KOOK, Discord 和 DoDo 这种“服务器–群组”结构的平台,不能完全套用 QQ 的结构,这个有待商榷
    oissevalt committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    5079fad View commit details
    Browse the repository at this point in the history
  4. 修复错误

    当 `NoticeId` 为 QQ 等,Split() 返回的数组长度会小于 2。以前的代码会导致非群组消息不可用
    oissevalt committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    8a68d46 View commit details
    Browse the repository at this point in the history