mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
refactor: Rename mark_message(s)_as_read to notify_server_message(s)_read.
Fixes #8965. Mark_message(s)_as_read is used in marking a message as having been read by the browser, rename it to notify_server_message(s)_read to avoid any confusion.
This commit is contained in:
committed by
Tim Abbott
parent
5740af27d6
commit
6262460773
@@ -288,7 +288,7 @@ exports.respond_to_message = function (opts) {
|
||||
return;
|
||||
}
|
||||
|
||||
unread_ops.mark_message_as_read(message);
|
||||
unread_ops.notify_server_message_read(message);
|
||||
|
||||
var stream = '';
|
||||
var subject = '';
|
||||
|
||||
Reference in New Issue
Block a user