From d588ecea587b7cabac5e881108f9cb541fbe101a Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 12 Aug 2020 18:36:07 +0300 Subject: [PATCH] Disable settings sync for browser notifications and notification sound Closes #3144 --- client/js/settings.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/js/settings.js b/client/js/settings.js index fc2c1cc7..b1d5308a 100644 --- a/client/js/settings.js +++ b/client/js/settings.js @@ -31,6 +31,7 @@ export const config = normalizeConfig({ }, desktopNotifications: { default: false, + sync: "never", apply(store, value) { store.commit("refreshDesktopNotificationState", null, {root: true}); @@ -57,6 +58,7 @@ export const config = normalizeConfig({ }, notification: { default: true, + sync: "never", }, notifyAllMessages: { default: false,