Skip to content
Snippets Groups Projects
Commit fd2b1a05 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Lower priorities for markdown and emojione

parent 96702b92
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ class Emojione
return message
RocketChat.callbacks.add 'renderMessage', Emojione
\ No newline at end of file
RocketChat.callbacks.add 'renderMessage', Emojione, RocketChat.callbacks.priority.LOW
\ No newline at end of file
......@@ -16,4 +16,4 @@ class Markdown
message.html = msg
return message
RocketChat.callbacks.add 'renderMessage', Markdown
RocketChat.callbacks.add 'renderMessage', Markdown, RocketChat.callbacks.priority.LOW
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