Skip to content
Snippets Groups Projects
Unverified Commit 55b2617c authored by Aleksander Nicacio da Silva's avatar Aleksander Nicacio da Silva Committed by GitHub
Browse files

Regression: Adjusted priority to run canned responses replace before new parser (#26298)

parent 130a6fcf
No related branches found
No related tags found
No related merge requests found
......@@ -68,5 +68,5 @@ settings.watch('Canned_Responses_Enable', function (value) {
return;
}
callbacks.add('beforeSaveMessage', handleBeforeSaveMessage, callbacks.priority.MEDIUM, 'canned-responses-replace-placeholders');
callbacks.add('beforeSaveMessage', handleBeforeSaveMessage, callbacks.priority.HIGH * 2, 'canned-responses-replace-placeholders');
});
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