From 6a596f034f6255e2b91ba93b4d30b3e58ccfa5c4 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 3 May 2016 11:21:05 +0100 Subject: [PATCH] Clarify comment --- src/UserSettingsStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UserSettingsStore.js b/src/UserSettingsStore.js index b93c19a309..cddf90a1b6 100644 --- a/src/UserSettingsStore.js +++ b/src/UserSettingsStore.js @@ -103,7 +103,7 @@ module.exports = { device_display_name: address, lang: navigator.language, data: {}, - append: true, // We always append for email pushers since the email is not a device that would 'logged out' from + append: true, // We always append for email pushers since we don't want to stop other accounts notifying to the same email address }); }, };