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