From b7701d360ccaa155aa7ce2ad44ed60e13ee40c50 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 8 Apr 2021 14:39:27 +0200 Subject: [PATCH] Revert "OUT-795: Disable all sync channels on startup and enable for individual accounts" This reverts commit abd29576800de3329526f396c7f835f98912a63d. --- ThisAddIn.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ThisAddIn.cs b/ThisAddIn.cs index 0c602748..b79b358a 100644 --- a/ThisAddIn.cs +++ b/ThisAddIn.cs @@ -717,9 +717,6 @@ namespace pEp { Log.Warning("RegisterMyself: Engine returned exception, " + ex.ToString()); } - - // Enable Sync if necessary - acctSettings.SignalSyncSettingsToEngine(); } else { @@ -2243,9 +2240,6 @@ namespace pEp Log.Info("ThisAddIn_Startup: Connect Events"); Globals.ConnectEvents(true); - // Disable Sync for all identities (will be enabled later per account) - AdapterExtensions.ExecuteAndLogError(ThisAddIn.PEPEngine.DisableAllSyncChannels); - /* Sync accounts list. This must be done before RegisterMyself() * to be able to set the not for sync flag if necessary. */ -- GitLab