mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Attempt 2: Notifications in the composebox
This moves the notify-not-in-view notifications into the composebox area. It also tries to be a bit smarter about what action it links and what it displays. (imported from commit 1c79bd0d9ef972059a006b17501a09b72e961ee3)
This commit is contained in:
@@ -43,7 +43,7 @@ exports.left_side_userlist = page_params.staging ||
|
||||
// Still very beta:
|
||||
exports.fade_users_when_composing = page_params.staging || is_customer4;
|
||||
exports.use_socket = page_params.staging;
|
||||
exports.notify_on_send_not_in_view = false;
|
||||
exports.notify_on_send_not_in_view = page_params.staging;
|
||||
exports.show_huddles = page_params.staging || is_customer4;
|
||||
|
||||
// Still burning in...
|
||||
|
||||
Reference in New Issue
Block a user