diff options
Diffstat (limited to 'view/tpl/diaspora_retract.tpl')
-rw-r--r-- | view/tpl/diaspora_retract.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/diaspora_retract.tpl b/view/tpl/diaspora_retract.tpl new file mode 100644 index 000000000..9df066d38 --- /dev/null +++ b/view/tpl/diaspora_retract.tpl @@ -0,0 +1,9 @@ +<XML> + <post> + <retraction> + <post_guid>{{$guid}}</post_guid> + <diaspora_handle>{{$handle}}</diaspora_handle> + <type>{{$type}}</type> + </retraction> + </post> +</XML> |