From 8719ad5a37e223cfb61fd0d4206721397bc5bee4 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sun, 13 Feb 2022 13:00:15 +0100 Subject: [PATCH] Hides sensitive information from chat desktop notifications (if enabled) --- user.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/user.js b/user.js index b03d0c3..c2ad7fb 100644 --- a/user.js +++ b/user.js @@ -1541,6 +1541,13 @@ user_pref("purple.conversations.im.send_typing", false); // user_pref("messenger.startup.action", 0); /* 9307: When chat is enabled, do not report idle status ***/ // user_pref("messenger.status.reportIdle", false); +/* 9308: Disable chat desktop notifications ***/ + // user_pref("mail.chat.show_desktop_notifications", false); +/* 9309: Decide how much information will be shown in chat notifications + * 0=Show all info (sender, chat message message preview), + * 1=Show sender's info only (not message preview), + * 2=No info (fill dummy values). ***/ +user_pref("mail.chat.notification_info", 2); /** CALENDAR ***/ /* 9310: Disable calendar integration