aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/diaspora_retract.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-25 22:43:44 -0700
committerfriendica <info@friendica.com>2014-08-25 22:43:44 -0700
commit6e99848043d198af5013c2439e7a2d16d8a32c52 (patch)
tree83c1b8471605dadc9d810d01fb08e81658cadce1 /view/tpl/diaspora_retract.tpl
parenteb8f194419975a6cd3debba145c8769da055b8dc (diff)
downloadvolse-hubzilla-6e99848043d198af5013c2439e7a2d16d8a32c52.tar.gz
volse-hubzilla-6e99848043d198af5013c2439e7a2d16d8a32c52.tar.bz2
volse-hubzilla-6e99848043d198af5013c2439e7a2d16d8a32c52.zip
more diaspora stuff - most of the basic bits are there except queueing and physical delivery (I'm keeping delivery turned off until some of the bugs are fixed so we don't cause inifinite loops or network meltdowns) - now it's just a matter of going through and methodically finding all the bugs
Diffstat (limited to 'view/tpl/diaspora_retract.tpl')
-rw-r--r--view/tpl/diaspora_retract.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/view/tpl/diaspora_retract.tpl b/view/tpl/diaspora_retract.tpl
new file mode 100644
index 000000000..345f4bcb6
--- /dev/null
+++ b/view/tpl/diaspora_retract.tpl
@@ -0,0 +1,14 @@
+{{*
+ * AUTOMATICALLY GENERATED TEMPLATE
+ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
+<XML>
+ <post>
+ <retraction>
+ <post_guid>{{$guid}}</post_guid>
+ <diaspora_handle>{{$handle}}</diaspora_handle>
+ <type>{{$type}}</type>
+ </retraction>
+ </post>
+</XML>