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