From 81b347967f5d273d6c3ba8118ae44186f62210b8 Mon Sep 17 00:00:00 2001 From: "jiahua.liu" Date: Mon, 27 Jan 2020 21:06:51 +0800 Subject: [PATCH] PushNotify --- .../chat/receive/{MessageSvc.PushNotify.kt => MessageSvc.kt} | 1 - 1 file changed, 1 deletion(-) rename mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/chat/receive/{MessageSvc.PushNotify.kt => MessageSvc.kt} (99%) diff --git a/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/chat/receive/MessageSvc.PushNotify.kt b/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/chat/receive/MessageSvc.kt similarity index 99% rename from mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/chat/receive/MessageSvc.PushNotify.kt rename to mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/chat/receive/MessageSvc.kt index 59f8cae90..9c1b9e456 100644 --- a/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/chat/receive/MessageSvc.PushNotify.kt +++ b/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/chat/receive/MessageSvc.kt @@ -14,6 +14,5 @@ class MessageSvc { println(messageNotification.contentToString()) TODO() } - } } \ No newline at end of file