2 * AUTOMATICALLY GENERATED TEMPLATE
3 * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
9 <guid>{{$conv.guid}}</guid>
10 <subject>{{$conv.subject}}</subject>
11 <created_at>{{$conv.created_at}}</created_at>
13 {{foreach $conv.messages as $msg}}
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>
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>
30 <diaspora_handle>{{$conv.diaspora_handle}}</diaspora_handle>
31 <participant_handles>{{$conv.participant_handles}}</participant_handles>