diff options
Diffstat (limited to 'view/tpl/smarty3/diaspora_signed_retract.tpl')
-rw-r--r-- | view/tpl/smarty3/diaspora_signed_retract.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/tpl/smarty3/diaspora_signed_retract.tpl b/view/tpl/smarty3/diaspora_signed_retract.tpl new file mode 100644 index 000000000..f0f346da8 --- /dev/null +++ b/view/tpl/smarty3/diaspora_signed_retract.tpl @@ -0,0 +1,10 @@ +<XML> + <post> + <signed_retraction> + <target_guid>{{$guid}}</target_guid> + <target_type>{{$type}}</target_type> + <sender_handle>{{$handle}}</sender_handle> + <target_author_signature>{{$signature}}</target_author_signature> + </signed_retraction> + </post> +</XML> |