Unread marker takes hidden messages into account.
This commit is contained in:
parent
23981e8de0
commit
bcbd29cd22
@ -443,7 +443,8 @@ $(function() {
|
||||
data
|
||||
]);
|
||||
|
||||
if (data.msg.self) {
|
||||
if (data.msg.self
|
||||
|| container.find("div:visible").last().hasClass("unread-marker")) {
|
||||
container
|
||||
.find(".unread-marker")
|
||||
.appendTo(container);
|
||||
|
Loading…
Reference in New Issue
Block a user