]> git.mxchange.org Git - friendica.git/blob - view/smarty3/diaspora_message.tpl
Merge pull request #658 from annando/master
[friendica.git] / view / smarty3 / diaspora_message.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <XML>
7   <post>
8       <message>
9         <guid>{{$msg.guid}}</guid>
10         <parent_guid>{{$msg.parent_guid}}</parent_guid>
11         <author_signature>{{$msg.author_signature}}</author_signature>
12         <text>{{$msg.text}}</text>
13         <created_at>{{$msg.created_at}}</created_at>
14         <diaspora_handle>{{$msg.diaspora_handle}}</diaspora_handle>
15         <conversation_guid>{{$msg.conversation_guid}}</conversation_guid>
16       </message>
17   </post>
18 </XML>