aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/diaspora_like.tpl
blob: b35ec46adf84ab4fe71eb91a2ccc4ffc71b42ef6 (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>
    <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>