diff --git a/mirai-core/src/commonMain/kotlin/network/components/PacketLoggingStrategy.kt b/mirai-core/src/commonMain/kotlin/network/components/PacketLoggingStrategy.kt index cb224f50a..07b79c3f6 100644 --- a/mirai-core/src/commonMain/kotlin/network/components/PacketLoggingStrategy.kt +++ b/mirai-core/src/commonMain/kotlin/network/components/PacketLoggingStrategy.kt @@ -89,6 +89,7 @@ internal class PacketLoggingStrategyImpl( "MessageSvc.PbGetMsg", // they are too verbose. "OnlinePush.RespPush", "Heartbeat.Alive", + "MessageSvc.PushNotify", ) }