diff --git a/API/Backend/Webhooks/processes/triggerwebhooks.js b/API/Backend/Webhooks/processes/triggerwebhooks.js index ffd54edb..2501c3b6 100644 --- a/API/Backend/Webhooks/processes/triggerwebhooks.js +++ b/API/Backend/Webhooks/processes/triggerwebhooks.js @@ -166,6 +166,8 @@ function getInjectableVariables(type, file, res) { injectableVariables.file_id = injectableVariables.id; if (typeof injectableVariables.file_description === "string") { + injectableVariables.raw_file_description = + injectableVariables.file_description; const tags = injectableVariables.file_description.match(/~#\w+/g) || []; const uniqueTags = [...tags]; // remove '#'s diff --git a/config/js/webhooks.js b/config/js/webhooks.js index bab0199f..1226bc47 100644 --- a/config/js/webhooks.js +++ b/config/js/webhooks.js @@ -126,7 +126,7 @@ function makeWebhookCard(data) { "" + "
  • " + "
    " + - "" + + "" + "
    " + "
    " + "Delete" +