[AB-xxx] fixing incorrectly rendering multiple attachments for link embeds and starboard posts

This commit is contained in:
Sheldan
2025-12-30 13:21:59 +01:00
parent 5e30f334c4
commit fca984ad31
2 changed files with 4 additions and 4 deletions

View File

@@ -75,9 +75,9 @@
<#items as attachment>
{
"url": "${attachment.proxyUrl}"
}</#items>
}<#sep>,</#items>
]
}<#sep>,</#list>
}</#list>
</#if>
<#if hasContent==false>
{

View File

@@ -89,9 +89,9 @@
<#items as attachment>
{
"url": "${attachment.proxyUrl}"
}</#items>
}<#sep>,</#items>
]
}<#sep>,</#list>
}</#list>
</#if>
<#if hasContent==false>
{