[OPB-xxx] updating abstracto version to 1.5.51

adapting templates to use the default locale
This commit is contained in:
Sheldan
2024-11-22 23:12:07 +01:00
parent 42a94359bb
commit a39124e208
140 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,18 @@
{
<#assign roleMention="<@&479202891358535681>"/>
<#assign authorMention>${author.user.name}</#assign>
"additionalMessage": "<@safe_include "news_post_description"/>",
"embeds": [
{
<#if message.attachments?size gt 0>
"imageUrl": "${message.attachments[0].proxyUrl}",
</#if>
"metaConfig": {
"preventEmptyEmbed": true
}
}
],
"messageConfig": {
"allowsRoleMention": true
}
}

View File

@@ -0,0 +1 @@
<#include "news_post_locked_exception_message">

View File

@@ -0,0 +1,10 @@
{
"embeds": [
{
<#macro postDisplay post>
https://community.oneplus.com/thread/${post.postId?c} | ${post.subject?json_string}
</#macro>
"description": "<#list entries as entry><@postDisplay post=entry /></#list>"
}
]
}