[AB-xxx] showing in modmail notification and header if a thread is an appeal

This commit is contained in:
Sheldan
2024-11-14 00:00:36 +01:00
parent b70812f74e
commit 3cb15ff676
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,8 @@
}, },
<#include "modmail_color">, <#include "modmail_color">,
<#assign user><@user_detail user=userDisplay/></#assign> <#assign user><@user_detail user=userDisplay/></#assign>
"description": "<@safe_include "modmail_notification_message_description"/>" <#assign appeal=appeal>
"description": "<@safe_include "modmail_notification_message_description"/><#if appeal> <@safe_include "modmail_notification_message_description_appeal_suffix"/></#if>"
<#if channel?has_content>, <#if channel?has_content>,
"fields": [ "fields": [
{ {