aboutsummaryrefslogtreecommitdiffstats
path: root/view/diaspora_comment_relay.tpl
blob: e82de1171e7638b817a0c571183e3075e77635fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<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>