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
d5f60f0f35
commit
6b354eadbf
@ -504,8 +504,8 @@ namespace Acacia.Features.SyncState
|
|||||||
string syncId = (string)inbox.GetProperty(OutlookConstants.PR_ZPUSH_SYNC_ID);
|
string syncId = (string)inbox.GetProperty(OutlookConstants.PR_ZPUSH_SYNC_ID);
|
||||||
|
|
||||||
// If it's syncing, it's not stalled
|
// If it's syncing, it's not stalled
|
||||||
//if (syncId != null && syncId != "0")
|
if (syncId != null && syncId != "0")
|
||||||
// return;
|
return;
|
||||||
|
|
||||||
SyncSession sync = account.GetFeatureData<SyncSession>(this, null);
|
SyncSession sync = account.GetFeatureData<SyncSession>(this, null);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user