Only show text in desktop notification.

This commit is contained in:
Martin Edenhofer 2017-07-18 15:15:09 +02:00
parent f5e0d576f3
commit a583cc330f

View file

@ -587,7 +587,7 @@ class ChatWindow extends App.Controller
@sounds.message.play()
@notifyDesktop(
title: @name
body: message
body: App.Utils.html2text(message)
url: '#customer_chat'
callback: =>
App.Event.trigger('chat_focus', { session_id: @session.session_id })