chore: checkout features from trift to devel

This commit is contained in:
Jakub
2023-08-15 15:33:29 +02:00
parent cba73997cd
commit e724fafe2f
7 changed files with 19 additions and 40 deletions

View File

@ -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)
}