1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-03-25 06:50:09 +08:00

Add OnlinePush.ReqPush to blacklist

This commit is contained in:
Him188 2021-06-08 12:00:35 +08:00
parent 56165c82aa
commit a53f97cb6f

View File

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