]> git.mxchange.org Git - friendica.git/commitdiff
Added template for Diaspora reshare
authorMichael Vogel <icarus@dabo.de>
Fri, 25 Apr 2014 23:33:33 +0000 (01:33 +0200)
committerMichael Vogel <icarus@dabo.de>
Fri, 25 Apr 2014 23:33:33 +0000 (01:33 +0200)
view/templates/diaspora_reshare.tpl [new file with mode: 0644]

diff --git a/view/templates/diaspora_reshare.tpl b/view/templates/diaspora_reshare.tpl
new file mode 100644 (file)
index 0000000..c2b4bf7
--- /dev/null
@@ -0,0 +1,18 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
+<XML>
+  <post>
+    <reshare>
+      <root_diaspora_id>{{$root_handle}}</root_diaspora_id>
+      <root_guid>{{$root_guid}}</root_guid>
+      <guid>{{$guid}}</guid>
+      <diaspora_handle>{{$handle}}</diaspora_handle>
+      <public>{{$public}}</public>
+      <created_at>{{$created}}</created_at>
+      <provider_display_name>{{$provider}}</provider_display_name>
+    </reshare>
+  </post>
+</XML>