mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Filter newly arriving messages by the current view.
(imported from commit db23824bfc584d3b1bc0d6239d04988ca1b3ca4a)
This commit is contained in:
@@ -312,6 +312,7 @@ function add_message(index, zephyr) {
|
||||
.attr('id', zephyr.id)
|
||||
.append('<td class="pointer"><p></p></td>')
|
||||
.append($('<td />').append(zephyr_para)));
|
||||
current_view($('tr[id="' + zephyr.id + '"]'));
|
||||
}
|
||||
|
||||
$(function() {
|
||||
|
||||
Reference in New Issue
Block a user