mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-01 15:28:25 +00:00
[SIS-xxx] fixing not escaping notification message for meetup participant notification
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user