]> git.mxchange.org Git - friendica.git/blob - view/smarty3/diaspora_conversation.tpl
00e5373ea0ac558f608e2dd004aa3cee01bb6a31
[friendica.git] / view / smarty3 / diaspora_conversation.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<XML>
6   <post>
7     <conversation>
8       <guid>{{$conv.guid}}</guid>
9       <subject>{{$conv.subject}}</subject>
10       <created_at>{{$conv.created_at}}</created_at>
11
12       {{foreach $conv.messages as $msg}}
13
14       <message>
15         <guid>{{$msg.guid}}</guid>
16         <parent_guid>{{$msg.parent_guid}}</parent_guid>
17         {{if $msg.parent_author_signature}}
18         <parent_author_signature>{{$msg.parent_author_signature}}</parent_author_signature>
19         {{/if}}
20         <author_signature>{{$msg.author_signature}}</author_signature>
21         <text>{{$msg.text}}</text>
22         <created_at>{{$msg.created_at}}</created_at>
23         <diaspora_handle>{{$msg.diaspora_handle}}</diaspora_handle>
24         <conversation_guid>{{$msg.conversation_guid}}</conversation_guid>
25       </message>
26
27       {{/foreach}}
28
29       <diaspora_handle>{{$conv.diaspora_handle}}</diaspora_handle>
30       <participant_handles>{{$conv.participant_handles}}</participant_handles>
31     </conversation>
32   </post>
33 </XML>