aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/diaspora_relayable_retraction.tpl
blob: 927e394f39141c53382ca8075b3553bfb3bb9498 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<XML>
  <post>
    <relayable_retraction>
      <target_type>{{$target_type}}</target_type>
      <target_guid>{{$guid}}</target_guid>
      <parent_author_signature>{{$parentsig}}</parent_author_signature>
      <target_author_signature>{{$authorsig}}</target_author_signature>
      <sender_handle>{{$handle}}</sender_handle>
    </relayable_retraction>
  </post>
</XML>