[SIS-xxx] fixing not escaping notification message for meetup participant notification

This commit is contained in:
Sheldan
2024-07-03 19:19:06 +02:00
parent 32ddd4e6f0
commit 89d743987d

View File

@@ -1,7 +1,7 @@
{
<#assign userMentions><#list participants as user>${user.memberMention}<#sep>, </#list></#assign>
"additionalMessage": "${userMentions?json_string}
${notificationMessage}"
${notificationMessage?json_string}"
<#if meetupMessageId??>,
"referencedMessageId": ${meetupMessageId?c}
</#if>