Skip to content
Snippets Groups Projects
Commit ecd89256 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Merge pull request #3088 from inoio/fix-help

fix message composing help
parents 9800761b c36d9c13
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,12 @@ Template.messageBox.helpers
return roomData.name
showMarkdown: ->
return RocketChat.Markdown
showHighlight: ->
return RocketChat.Highlight
showKatex: ->
return RocketChat.katex
showFormattingTips: ->
return RocketChat.settings.get('Message_ShowFormattingTips') and (RocketChat.Markdown or RocketChat.Highlight or RocketChat.Katex)
return RocketChat.settings.get('Message_ShowFormattingTips') and (RocketChat.Markdown or RocketChat.Highlight or RocketChat.katex)
canJoin: ->
return !! ChatRoom.findOne { _id: @_id, t: 'c' }
subscribed: ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment