mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Unread marker takes hidden messages into account.
This commit is contained in:
parent
23981e8de0
commit
bcbd29cd22
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue