mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
add diaspora signed_retraction template
This commit is contained in:
parent
a203820efe
commit
57beadc86b
1 changed files with 10 additions and 0 deletions
10
view/diaspora_signed_retract.tpl
Normal file
10
view/diaspora_signed_retract.tpl
Normal file
|
@ -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>
|
Loading…
Reference in a new issue