aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/diaspora_post.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/diaspora_post.tpl')
-rw-r--r--view/tpl/diaspora_post.tpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/view/tpl/diaspora_post.tpl b/view/tpl/diaspora_post.tpl
new file mode 100644
index 000000000..2fe916e00
--- /dev/null
+++ b/view/tpl/diaspora_post.tpl
@@ -0,0 +1,12 @@
+<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>
+ <provider_display_name>{{$provider}}</provider_display_name>
+ </status_message>
+ </post>
+</XML>