Just update chat window title if title exists.
This commit is contained in:
parent
9c54b3382d
commit
fe2c77df9f
1 changed files with 2 additions and 1 deletions
|
@ -441,6 +441,7 @@ class ChatWindow extends App.Controller
|
||||||
tags: params.tags
|
tags: params.tags
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if !_.isEmpty(params.name)
|
||||||
@metaName.text(params.name)
|
@metaName.text(params.name)
|
||||||
|
|
||||||
render: ->
|
render: ->
|
||||||
|
|
Loading…
Reference in a new issue