mirror of https://github.com/zlatinb/muwire
do not update badge if the room is a console
parent
b1e5b40800
commit
ecb19a8412
|
@ -193,7 +193,8 @@ class ChatRoomController {
|
|||
runInsideUIAsync {
|
||||
view.roomTextArea.append(toDisplay)
|
||||
trimLines()
|
||||
view.chatNotificator.onMessage(mvcGroup.mvcId)
|
||||
if (!model.console)
|
||||
view.chatNotificator.onMessage(mvcGroup.mvcId)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue