diff --git a/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/chat/receive/OnlinePush.ReqPush.kt b/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/chat/receive/OnlinePush.ReqPush.kt index e850ba189..9acb4f725 100644 --- a/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/chat/receive/OnlinePush.ReqPush.kt +++ b/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/chat/receive/OnlinePush.ReqPush.kt @@ -67,7 +67,7 @@ internal object OnlinePushReqPush : IncomingPacketFactory Sequence ): Sequence { return asSequence().filter { msg -> - !client.syncingController.onlinePushReqPushCacheList.addCache( + client.syncingController.onlinePushReqPushCacheList.addCache( QQAndroidClient.MessageSvcSyncData.OnlinePushReqPushSyncId( uid = msg.lMsgUid ?: 0, sequence = msg.shMsgSeq, time = msg.uMsgTime )