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