diff options
Diffstat (limited to 'view/tpl/smarty3/diaspora_relayable_retraction.tpl')
-rw-r--r-- | view/tpl/smarty3/diaspora_relayable_retraction.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/tpl/smarty3/diaspora_relayable_retraction.tpl b/view/tpl/smarty3/diaspora_relayable_retraction.tpl new file mode 100644 index 000000000..927e394f3 --- /dev/null +++ b/view/tpl/smarty3/diaspora_relayable_retraction.tpl @@ -0,0 +1,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> |