aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/diaspora_comment_relay.tpl
blob: c01441e3c17f75495a4f02635c6350cf7c0398ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
<XML>
  <post>
    <comment>
      <guid>{{$guid}}</guid>
      <parent_guid>{{$parent_guid}}</parent_guid>
      <parent_author_signature>{{$parentsig}}</parent_author_signature>
      <author_signature>{{$authorsig}}</author_signature>
      <text>{{$body}}</text>
      <diaspora_handle>{{$handle}}</diaspora_handle>
    </comment>
  </post>
</XML>