mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
Fixed disabled sync stall test
This commit is contained in:
parent
7b67b64e07
commit
ed1892b3d7
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user