Skip to content

Commit

Permalink
update SyncProgress.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Jul 25, 2024
1 parent b5320c1 commit 0016089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/conversation_msg/conversation_notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c *Conversation) syncFlag(c2v common.Cmd2Value) {
log.ZDebug(ctx, "AppDataSyncStart")
c.startTime = time.Now()
c.ConversationListener().OnSyncServerStart(true)
c.ConversationListener().OnSyncServerProgress(1)
asyncWaitFunctions := []func(c context.Context) error{
c.group.SyncAllJoinedGroupsAndMembers,
c.friend.IncrSyncFriends,
Expand Down

0 comments on commit 0016089

Please sign in to comment.