diff --git a/mirai-core/src/commonMain/kotlin/network/components/PacketLoggingStrategy.kt b/mirai-core/src/commonMain/kotlin/network/components/PacketLoggingStrategy.kt index 07b79c3f6..b77ee8d26 100644 --- a/mirai-core/src/commonMain/kotlin/network/components/PacketLoggingStrategy.kt +++ b/mirai-core/src/commonMain/kotlin/network/components/PacketLoggingStrategy.kt @@ -90,6 +90,7 @@ internal class PacketLoggingStrategyImpl( "OnlinePush.RespPush", "Heartbeat.Alive", "MessageSvc.PushNotify", + "StatSvc.SimpleGet", ) }