1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-09 02:10:10 +08:00

fix: docs

This commit is contained in:
cssxsh 2023-07-22 07:21:30 +08:00
parent b755f3ddeb
commit fd16f729fb
No known key found for this signature in database
GPG Key ID: 92849F91CA9D8ECE
2 changed files with 1 additions and 2 deletions
mirai-core-api/src/commonMain/kotlin/event/events
mirai-core/src/commonMain/kotlin/network/notice/group

View File

@ -655,7 +655,7 @@ public data class GroupTalkativeChangeEvent(
// region 群待办
/**
* [Member] 完成群待办事件可能会在成员阅读完群公告(待办)时触发
* [Member] 完成群待办事件可能会在成员阅读完群待办(公告)时触发
*/
public class MemberCompleteTodoEvent(
/**

View File

@ -360,7 +360,6 @@ internal class GroupNotificationProcessor(
}
// 群待办
10134L, 10135L -> {
// 阅读群公告可能会触发
val user = grayTip.msgTemplParam["uin"]?.findMember() ?: group.botAsMember
collected += MemberCompleteTodoEvent(member = user)
}