aboutsummaryrefslogtreecommitdiffstats
path: root/view/diaspora_post.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-03 22:05:20 -0700
committerFriendika <info@friendika.com>2011-08-03 22:05:20 -0700
commit639204c2ec29ccd74fbc2cb1eb597cca86e84f27 (patch)
tree2ac99a66c2ce3ac885c976de3a48a9142adaa872 /view/diaspora_post.tpl
parentd45a66e700a62626007b05ef1b78dff8f0931210 (diff)
downloadvolse-hubzilla-639204c2ec29ccd74fbc2cb1eb597cca86e84f27.tar.gz
volse-hubzilla-639204c2ec29ccd74fbc2cb1eb597cca86e84f27.tar.bz2
volse-hubzilla-639204c2ec29ccd74fbc2cb1eb597cca86e84f27.zip
diaspora structures
Diffstat (limited to 'view/diaspora_post.tpl')
-rw-r--r--view/diaspora_post.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/diaspora_post.tpl b/view/diaspora_post.tpl
new file mode 100644
index 000000000..1ba3ebb1f
--- /dev/null
+++ b/view/diaspora_post.tpl
@@ -0,0 +1,11 @@
+<XML>
+ <post>
+ <status_message>
+ <raw_message>$body</raw_message>
+ <guid>$guid</guid>
+ <diaspora_handle>$handle</diaspora_handle>
+ <public>$public</public>
+ <created_at>$created</created_at>
+ </status_message>
+ </post>
+</XML> \ No newline at end of file