mirror of https://github.com/zulip/zulip.git
notifications: Restore a comment explaining `received_messages`.
A comment like this was removed in
fa44d2ea6
"settings: Remove autoscroll_forever setting."
The comment went on to say something about autoscroll, but this
part still seems relevant. While here, adjust grammar and caps.
This commit is contained in:
parent
162f34f0d0
commit
9798bb51c8
|
@ -496,6 +496,7 @@ exports.received_messages = function (messages) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!unread.message_unread(message)) {
|
if (!unread.message_unread(message)) {
|
||||||
|
// The message is already read; Zulip is currently in focus.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue