mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
notification: Show wrong narrow notification for non locally echoed message.
Show "sent to different narrow" notification and other such notification by notifications.notify_local_mixes for non locally echoed message sent by current client. With significant new comments added by tabbott. Fixes: #11488.
This commit is contained in:
@@ -9,6 +9,7 @@ global.stub_out_jquery();
|
||||
zrequire('message_store');
|
||||
zrequire('server_events_dispatch');
|
||||
zrequire('server_events');
|
||||
zrequire('sent_messages');
|
||||
|
||||
set_global('blueslip', global.make_zblueslip());
|
||||
set_global('channel', {});
|
||||
|
||||
Reference in New Issue
Block a user