thelounge / thelounge

💬 ‎ Modern, responsive, cross-platform, self-hosted web IRC client
https://thelounge.chat
MIT License
5.59k stars 682 forks source link

Unread marker shows up when status messages are hidden #2214

Closed realies closed 6 years ago

realies commented 6 years ago

Noticed the marker showing up with nothing below it after someone had joined a channel.

@xPaw pointed at https://github.com/thelounge/thelounge/blob/0260bcbf3b55f561834f979046b15a2a561c3f27/client/js/socket-events/msg.js#L76

Happy to look into it soon.

realies commented 6 years ago

2236 should iterate less than const lastVisible = container.children("div").filter(function() { return $(this).css("display") != "none" }).last();