mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-05 23:50:08 +08:00
Ignore NewContact.SystemMsgNewGroup, subType=5, groupMsgType=16
, fix #1467
This commit is contained in:
parent
f38089be78
commit
82719d6018
@ -275,6 +275,10 @@ internal class GroupOrMemberListNoticeProcessor(
|
||||
// > 这是历史的群系统消息,实际上可以直接进行忽略,其实只是因为缺失了忽略的处理而已
|
||||
// https://github.com/mamoe/mirai/issues/1171#issuecomment-907075637
|
||||
}
|
||||
16 -> {
|
||||
// #1467
|
||||
// 历史消息同步
|
||||
}
|
||||
else -> {
|
||||
throw contextualBugReportException(
|
||||
"解析 NewContact.SystemMsgNewGroup, subType=5, groupMsgType=$groupMsgType",
|
||||
|
Loading…
Reference in New Issue
Block a user