Adds `[SETUP-FEATURE]` tag to chat, as it could be an expected feature
This commit is contained in:
parent
e7086e6b5f
commit
6d624b759e
2
user.js
2
user.js
|
@ -1634,7 +1634,7 @@ user_pref("permissions.default.image", 2);
|
|||
user_pref("_user.js.parrot", "6200 syntax error: this parrot is not tweeting!");
|
||||
|
||||
/** CHAT ***/
|
||||
/* 6201: Disable chat functionality ***/
|
||||
/* 6201: Disable chat functionality [SETUP-FEATURE] ***/
|
||||
user_pref("mail.chat.enabled", false);
|
||||
/* 6202: Disable logging of group chats ***/
|
||||
user_pref("purple.logging.log_chats", false);
|
||||
|
|
Loading…
Reference in New Issue