Filter newly arriving messages by the current view.

(imported from commit db23824bfc584d3b1bc0d6239d04988ca1b3ca4a)
This commit is contained in:
Tim Abbott
2012-09-04 11:21:16 -04:00
parent 633aceb054
commit 87188e2575

View File

@@ -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() {