1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-24 20:43:33 +08:00

Add StatSvc.SimpleGet to DEFAULT_BLACKLIST

This commit is contained in:
Him188 2021-06-07 22:13:06 +08:00
parent 768dbf68d8
commit 091906577a

View File

@ -90,6 +90,7 @@ internal class PacketLoggingStrategyImpl(
"OnlinePush.RespPush",
"Heartbeat.Alive",
"MessageSvc.PushNotify",
"StatSvc.SimpleGet",
)
}