]> git.mxchange.org Git - friendica.git/commitdiff
missing template
authorfriendica <info@friendica.com>
Wed, 7 Dec 2011 23:26:17 +0000 (15:26 -0800)
committerfriendica <info@friendica.com>
Wed, 7 Dec 2011 23:26:17 +0000 (15:26 -0800)
view/diaspora_message.tpl [new file with mode: 0644]

diff --git a/view/diaspora_message.tpl b/view/diaspora_message.tpl
new file mode 100644 (file)
index 0000000..667b8d5
--- /dev/null
@@ -0,0 +1,13 @@
+<XML>
+  <post>
+      <message>
+        <guid>$msg.guid</guid>
+        <parent_guid>$msg.parent_guid</parent_guid>
+        <author_signature>$msg.author_signature</author_signature>
+        <text>$msg.text</text>
+        <created_at>$msg.created_at</created_at>
+        <diaspora_handle>$msg.diaspora_handle</diaspora_handle>
+        <conversation_guid>$msg.conversation_guid</conversation_guid>
+      </message>
+  </post>
+</XML>