mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 02:20:14 +08:00
Ignore ClearCountMsg
This commit is contained in:
parent
7ed5dd1631
commit
67084129cd
@ -422,11 +422,16 @@ internal class OnlinePush {
|
|||||||
0x44L to lambda528 { bot ->
|
0x44L to lambda528 { bot ->
|
||||||
val msg = vProtobuf.loadAs(Submsgtype0x44.Submsgtype0x44.MsgBody.serializer())
|
val msg = vProtobuf.loadAs(Submsgtype0x44.Submsgtype0x44.MsgBody.serializer())
|
||||||
when {
|
when {
|
||||||
|
msg.msgCleanCountMsg != null -> {
|
||||||
|
|
||||||
|
}
|
||||||
msg.msgFriendMsgSync != null -> {
|
msg.msgFriendMsgSync != null -> {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
else -> {
|
||||||
|
bot.network.logger.debug { "OnlinePush528 0x44L: " + msg._miraiContentToString() }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
bot.network.logger.debug { "OnlinePush528 0x44L: " + msg._miraiContentToString() }
|
|
||||||
return@lambda528 emptySequence()
|
return@lambda528 emptySequence()
|
||||||
},
|
},
|
||||||
// bot 在其他客户端被踢或主动退出而同步情况
|
// bot 在其他客户端被踢或主动退出而同步情况
|
||||||
|
Loading…
Reference in New Issue
Block a user