diff options
author | friendica <info@friendica.com> | 2011-12-07 15:26:17 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-07 15:26:17 -0800 |
commit | 961e34f67f477d18619d7d9a4aa8856a879b679a (patch) | |
tree | a311a8bf1c08d391694efa3f4fd6052f4df324ac | |
parent | d100944fe625d08da53ca69ab7ed6fefb4f653fc (diff) | |
download | volse-hubzilla-961e34f67f477d18619d7d9a4aa8856a879b679a.tar.gz volse-hubzilla-961e34f67f477d18619d7d9a4aa8856a879b679a.tar.bz2 volse-hubzilla-961e34f67f477d18619d7d9a4aa8856a879b679a.zip |
missing template
-rw-r--r-- | view/diaspora_message.tpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/view/diaspora_message.tpl b/view/diaspora_message.tpl new file mode 100644 index 000000000..667b8d53f --- /dev/null +++ b/view/diaspora_message.tpl @@ -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> |