Tkabber

View Ticket
Login
Ticket Hash: 2e61153a203c09bd86e65f56290a37e50ce50ed3
Title: Window title doesn't respect /ignore
Status: Fixed Type: Code_Defect
Severity: Minor Priority: Immediate
Subsystem: Resolution: Open
Last Modified: 2018-04-13 18:44:21
Version Found In: tip
User Comments:
anonymous added on 2018-04-11 13:19:04:
When there are new messages in MUC coming from an /ignored participant, they won't show up in the chat window as expected, but still increase the amount of unread messages noted in the window title, claiming unwanted attention.

anonymous added on 2018-04-13 13:24:47:
Apparently this clause doesn't work:
    if {![catch {::plugins::mucignore::is_ignored $xlib $from $type} ignore] &&
            $ignore != ""} {
            return
    }

sgolovan added on 2018-04-13 18:44:21:
Fixed in checkin [ff7d452d4e]