From 091906577a17a320cb16044a9dcb02c6b6cd23a3 Mon Sep 17 00:00:00 2001 From: Him188 Date: Mon, 7 Jun 2021 22:13:06 +0800 Subject: [PATCH] Add `StatSvc.SimpleGet` to `DEFAULT_BLACKLIST` --- .../kotlin/network/components/PacketLoggingStrategy.kt | 1 + 1 file changed, 1 insertion(+) 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", ) }