mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2025-12-26 23:26:51 +01:00
Fixed disabled sync stall test
This commit is contained in:
@@ -504,8 +504,8 @@ namespace Acacia.Features.SyncState
|
||||
string syncId = (string)inbox.GetProperty(OutlookConstants.PR_ZPUSH_SYNC_ID);
|
||||
|
||||
// If it's syncing, it's not stalled
|
||||
//if (syncId != null && syncId != "0")
|
||||
// return;
|
||||
if (syncId != null && syncId != "0")
|
||||
return;
|
||||
|
||||
SyncSession sync = account.GetFeatureData<SyncSession>(this, null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user