diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-08-17 17:35:37 +0200 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-08-17 17:35:37 +0200 |
commit | bdf42473a0341f291cd256323d122aa80bb0cb0b (patch) | |
tree | 922a5ba24a34d7ea89673019e82f68436edb7091 /view/diaspora_like_relay.tpl | |
parent | 6c423feed2d8bc5bd36d2a1cbac073915e523749 (diff) | |
parent | db03b1ab173d61b1ee75271dac1e48f3475ad42c (diff) | |
download | volse-hubzilla-bdf42473a0341f291cd256323d122aa80bb0cb0b.tar.gz volse-hubzilla-bdf42473a0341f291cd256323d122aa80bb0cb0b.tar.bz2 volse-hubzilla-bdf42473a0341f291cd256323d122aa80bb0cb0b.zip |
Merge remote-tracking branch 'friendika/master' into newui
Diffstat (limited to 'view/diaspora_like_relay.tpl')
-rw-r--r-- | view/diaspora_like_relay.tpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/view/diaspora_like_relay.tpl b/view/diaspora_like_relay.tpl new file mode 100644 index 000000000..6feba96ad --- /dev/null +++ b/view/diaspora_like_relay.tpl @@ -0,0 +1,13 @@ +<XML> + <post> + <like> + <guid>$guid</guid> + <target_type>$type</target_type> + <parent_guid>$parent_guid</parent_guid> + <parent_author_signature>$parentsig</parent_author_signature> + <author_signature>$authrosig</author_signature> + <positive>$positive</positive> + <diaspora_handle>$handle</diaspora_handle> + </like> + </post> +</XML>
\ No newline at end of file |