mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-23 05:26:11 +00:00
[AB-318] adding reference to original message to embedded message
This commit is contained in:
@@ -53,5 +53,13 @@
|
||||
}
|
||||
],
|
||||
</#if>
|
||||
<#if mentionsReferencedMessage?has_content>
|
||||
"metaConfig": {
|
||||
"mentionsReferencedMessage": ${mentionsReferencedMessage?string('true', 'false')}
|
||||
},
|
||||
</#if>
|
||||
"timeStamp": "${embeddedMessage.timeCreated}"
|
||||
<#if referencedMessageId?has_content>
|
||||
,"referencedMessageId": "${referencedMessageId?c}"
|
||||
</#if>
|
||||
}
|
||||
Reference in New Issue
Block a user