mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
add group-title-change notify busiId
This commit is contained in:
parent
69e50c6f93
commit
5a941f889f
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user