mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 22:56:48 +00:00
Other: Fix log message, rename test fixture
This commit is contained in:
@ -63,7 +63,7 @@ func (user *User) sync(ctx context.Context) error {
|
||||
}
|
||||
|
||||
if !user.vault.SyncStatus().HasMessages {
|
||||
logrus.Info("Syncing labels")
|
||||
logrus.Info("Syncing messages")
|
||||
|
||||
if err := user.updateCh.MapErr(func(updateCh map[string]*queue.QueuedChannel[imap.Update]) error {
|
||||
return syncMessages(ctx, user.ID(), user.client, user.vault, addrKRs, updateCh, user.eventCh)
|
||||
|
||||
Reference in New Issue
Block a user