Just update chat window title if title exists.

This commit is contained in:
Martin Edenhofer 2017-12-18 04:49:08 +01:00
parent 9c54b3382d
commit fe2c77df9f

View file

@ -441,6 +441,7 @@ class ChatWindow extends App.Controller
tags: params.tags
)
if !_.isEmpty(params.name)
@metaName.text(params.name)
render: ->