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