mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-03 16:27:48 +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>
|
<#assign userMentions><#list participants as user>${user.memberMention}<#sep>, </#list></#assign>
|
||||||
"additionalMessage": "${userMentions?json_string}
|
"additionalMessage": "${userMentions?json_string}
|
||||||
${notificationMessage}"
|
${notificationMessage?json_string}"
|
||||||
<#if meetupMessageId??>,
|
<#if meetupMessageId??>,
|
||||||
"referencedMessageId": ${meetupMessageId?c}
|
"referencedMessageId": ${meetupMessageId?c}
|
||||||
</#if>
|
</#if>
|
||||||
|
|||||||
Reference in New Issue
Block a user