mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
settings: Move presence-enabled setting to 'Account & privacy'.
The presence setting is more suited in 'Account & privacy' section as it is not related to notifications in anyway and resembles privacy of user by allowing user to hide his status of being online.
This commit is contained in:
@@ -387,13 +387,10 @@ const email_notification_settings = [
|
||||
"enable_marketing_emails",
|
||||
];
|
||||
|
||||
const presence_notification_settings = ["presence_enabled"];
|
||||
|
||||
const other_notification_settings = desktop_notification_settings.concat(
|
||||
["desktop_icon_count_display"],
|
||||
mobile_notification_settings,
|
||||
email_notification_settings,
|
||||
presence_notification_settings,
|
||||
["notification_sound"],
|
||||
);
|
||||
|
||||
@@ -441,7 +438,6 @@ export const all_notifications = () => ({
|
||||
desktop_notification_settings,
|
||||
mobile_notification_settings,
|
||||
email_notification_settings,
|
||||
presence_notification_settings,
|
||||
},
|
||||
show_push_notifications_tooltip: {
|
||||
push_notifications: !page_params.realm_push_notifications_enabled,
|
||||
|
||||
Reference in New Issue
Block a user