mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-26 07:07:41 +00:00
[AB-xxx] adding templates for thread reminders and auto closing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"additionalMessage": "<@safe_include "setThreadPause_response_text"/>",
|
||||
"messageConfig": {
|
||||
"ephemeral": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"additionalMessage": "<@safe_include "snoozeThreadReminder_response_text"/>",
|
||||
"messageConfig": {
|
||||
"ephemeral": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<#include "format_instant">
|
||||
{
|
||||
<#assign lastUpdated><@format_instant_relative instant=updated/></#assign>
|
||||
<#assign autoCloseTime><#if autoCloseInstant?has_content><@format_instant_relative instant=autoCloseInstant/></#if></#assign>
|
||||
<#assign threadIsPaused=paused/>
|
||||
"additionalMessage": "<@safe_include "modmail_thread_reminder_notification_embed_text"/><#if threadIsPaused> <@safe_include "modmail_thread_reminder_notification_paused_text"/></#if><#if autoCloseInstant?has_content> <@safe_include "modmail_thread_reminder_notification_auto_close_text"/></#if>"
|
||||
}
|
||||
Reference in New Issue
Block a user