[AB-xxx] fixing profanity report json safety

This commit is contained in:
Sheldan
2021-08-21 16:07:05 +02:00
parent 1d518337c4
commit bace0facee

View File

@@ -15,12 +15,12 @@
},
{
"name": "<@safe_include "profanityListener_report_embed_profanity_type_field_title"/>",
"value": "${profanityGroupKey}",
"value": "${profanityGroupKey?json_string}",
"inline": "true"
},
{
"name": "<@safe_include "profanityListener_report_embed_message_content_field_title"/>",
"value": "${profaneMessage.contentRaw}",
"value": "${profaneMessage.contentRaw?json_string}",
"inline": "true"
}
]