[AB-57] changed some templates to match the changed models for new transaction handling

This commit is contained in:
Sheldan
2020-09-22 00:43:31 +02:00
parent b82b3301ed
commit e44712c48d
23 changed files with 52 additions and 40 deletions

View File

@@ -1 +1 @@
"<#include "modmail_close_failed_to_delete_text_channel_exception_text"/>"
<#include "modmail_close_failed_to_delete_text_channel_exception_text"/>

View File

@@ -1,7 +1,7 @@
{
<#include "member_author">
<@member_author member=author.member/>,
<#include "modmail_color">,
<#include "modmail_color">
<#if message.embeds[0].description?has_content>
,"description": "${message.embeds[0].description?js_string}"
</#if>

View File

@@ -4,7 +4,7 @@
"title": {
"title": "<@safe_include "modmail_thread_staff_message_title"/>"
},
<#include "modmail_color">,
<#include "modmail_color">
<#if text?has_content>
, "description": "${text?js_string}"
</#if>