Ignore NewContact.SystemMsgNewGroup, subType=5, groupMsgType=16, fix #1467

This commit is contained in:
Him188 2021-08-27 18:07:33 +08:00
parent f38089be78
commit 82719d6018

View File

@ -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",