]> git.mxchange.org Git - friendica.git/blob - view/smarty3/diaspora_message.tpl
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / smarty3 / diaspora_message.tpl
1 <XML>
2   <post>
3       <message>
4         <guid>{{$msg.guid}}</guid>
5         <parent_guid>{{$msg.parent_guid}}</parent_guid>
6         <author_signature>{{$msg.author_signature}}</author_signature>
7         <text>{{$msg.text}}</text>
8         <created_at>{{$msg.created_at}}</created_at>
9         <diaspora_handle>{{$msg.diaspora_handle}}</diaspora_handle>
10         <conversation_guid>{{$msg.conversation_guid}}</conversation_guid>
11       </message>
12   </post>
13 </XML>