aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/diaspora_like.tpl
blob: a27e922407adddbffdfab78b15b698cc50463234 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<XML>
  <post>
    <like>
      <positive>{{$positive}}</positive>
      <guid>{{$guid}}</guid>
      <target_type>{{$target_type}}</target_type>
      <parent_guid>{{$parent_guid}}</parent_guid>
      <author_signature>{{$authorsig}}</author_signature>
      <diaspora_handle>{{$handle}}</diaspora_handle>
    </like>
  </post>
</XML>