fix: reinstall app sync data split.

This commit is contained in:
Gordon 2024-06-28 14:45:08 +08:00
parent f0bd767d81
commit 1c4b4e6c50

View File

@ -89,7 +89,7 @@ func (c *Conversation) doNotificationNew(c2v common.Cmd2Value) {
}
case constant.AppDataSyncFinish:
log.ZDebug(ctx, "AppDataSyncFinish", "time", time.Since(c.startTime).Milliseconds())
c.ConversationListener().OnSyncServerFailed(true)
c.ConversationListener().OnSyncServerFinish(true)
case constant.MsgSyncBegin:
log.ZDebug(ctx, "MsgSyncBegin")
c.startTime = time.Now()