also recover comment
This commit is contained in:
parent
00d72aecdd
commit
59213b3279
|
@ -952,7 +952,7 @@ current room topic.') % command, room_jid)
|
|||
# highlighting and sounds
|
||||
(highlight, sound) = self.highlighting_for_message(text, nick, tim)
|
||||
if highlight:
|
||||
self.redraw_tab(room_jid, 'attention')
|
||||
self.redraw_tab(room_jid, 'attention') # muc-specific chatstate
|
||||
other_tags_for_name.append('bold')
|
||||
other_tags_for_text.append('marked')
|
||||
if sound == 'received':
|
||||
|
|
Loading…
Reference in New Issue