diff options
Diffstat (limited to 'view/tpl/diaspora_post.tpl')
-rw-r--r-- | view/tpl/diaspora_post.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/tpl/diaspora_post.tpl b/view/tpl/diaspora_post.tpl new file mode 100644 index 000000000..1ba3ebb1f --- /dev/null +++ b/view/tpl/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 |