Fixed the Gmail sync identifier update issue and removed the batch message download.
This commit is contained in:
@@ -22,7 +22,7 @@ public class OutlookChangeProcessor(IDatabaseService databaseService,
|
||||
{
|
||||
|
||||
public Task<string> ResetAccountDeltaTokenAsync(Guid accountId)
|
||||
=> AccountService.UpdateSynchronizationIdentifierAsync(accountId, null);
|
||||
=> AccountService.UpdateSyncIdentifierRawAsync(accountId, string.Empty);
|
||||
|
||||
public async Task<string> ResetFolderDeltaTokenAsync(Guid folderId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user