1
0
Fork 1
mirror of https://github.com/friendica/friendica synced 2025-02-18 08:06:49 +00:00
friendica-github/view/templates/diaspora_message.tpl

15 lines
458 B
Smarty
Raw Normal View History

2013-04-23 07:47:57 -04:00
<XML>
<post>
<message>
<guid>{{$msg.guid}}</guid>
<parent_guid>{{$msg.parent_guid}}</parent_guid>
<author_signature>{{$msg.author_signature}}</author_signature>
<text>{{$msg.text}}</text>
<created_at>{{$msg.created_at}}</created_at>
<diaspora_handle>{{$msg.diaspora_handle}}</diaspora_handle>
<conversation_guid>{{$msg.conversation_guid}}</conversation_guid>
</message>
</post>
</XML>