mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
chore: checkout features from trift to devel
This commit is contained in:
@ -162,7 +162,7 @@ func (s *syncJob) sync(ctx context.Context) error {
|
||||
s.log.Info("Syncing messages")
|
||||
|
||||
// Determine which messages to sync.
|
||||
messageIDs, err := s.client.GetMessageIDs(ctx, "")
|
||||
messageIDs, err := s.client.GetAllMessageIDs(ctx, "")
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to get message IDs to sync: %w", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user