Lower rocketchat-colors priority so it doesn't run before highlighter. Fixes #778

pull/942/head
Marcelo Schmidt 10 years ago
parent fa2f22c797
commit a6f104a0fb
  1. 2
      packages/rocketchat-colors/client.coffee

@ -14,4 +14,4 @@ class ColorsClient
message.html = msg
return message
RocketChat.callbacks.add 'renderMessage', ColorsClient, RocketChat.callbacks.priority.HIGH
RocketChat.callbacks.add 'renderMessage', ColorsClient, RocketChat.callbacks.priority.MEDIUM

Loading…
Cancel
Save