add group-title-change notify busiId

This commit is contained in:
MrXiaoM 2024-01-07 04:39:42 +08:00
parent 69e50c6f93
commit 5a941f889f

View File

@ -324,7 +324,8 @@ internal sealed class MessageElemConverter: IMessageConvert {
val notify = tip.jsonGrayTipElement val notify = tip.jsonGrayTipElement
when(notify.busiId) { when(notify.busiId) {
/* 新人入群 */ 17L, /* 群戳一戳 */1061L, /* 新人入群 */ 17L, /* 群戳一戳 */1061L,
/* 群撤回 */1014L, /* 群设精消息 */2401L -> {} /* 群撤回 */1014L, /* 群设精消息 */2401L,
/* 群头衔 */2407L -> {}
else -> LogCenter.log("不支持的灰条类型(JSON): ${notify.busiId}", Level.WARN) else -> LogCenter.log("不支持的灰条类型(JSON): ${notify.busiId}", Level.WARN)
} }
} }