diff options
author | zottel <github@zottel.net> | 2012-06-05 08:20:41 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-06-05 08:20:41 +0200 |
commit | ef6446288ba4b7590cbb770cdf3c84524f96fd34 (patch) | |
tree | e3143678da646c7d237b1bb3820202fbd93da7ea /view/diaspora_relayable_retraction.tpl | |
parent | 70c4ab68754941749a5e89434d6db19f6bba1e16 (diff) | |
parent | b13c6ea9adde898d499fb70134fa5c99d324031a (diff) | |
download | volse-hubzilla-ef6446288ba4b7590cbb770cdf3c84524f96fd34.tar.gz volse-hubzilla-ef6446288ba4b7590cbb770cdf3c84524f96fd34.tar.bz2 volse-hubzilla-ef6446288ba4b7590cbb770cdf3c84524f96fd34.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/diaspora_relayable_retraction.tpl')
-rwxr-xr-x | view/diaspora_relayable_retraction.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/diaspora_relayable_retraction.tpl b/view/diaspora_relayable_retraction.tpl new file mode 100755 index 000000000..73cff8343 --- /dev/null +++ b/view/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> |