diaspora photos ?

This commit is contained in:
Friendika 2011-08-23 18:17:35 -07:00
parent 91de9edecd
commit 56d64316f4
10 changed files with 175 additions and 12 deletions

View file

@ -83,7 +83,7 @@
<poco:primary>true</poco:primary>
</poco:urls>
</author>
<link rel="ostatus:conversation" href="$status.url"/>
<link rel="ostatus:conversation" type="text/html" href="$status.url"/>
</entry>
{{ endfor }}

13
view/diaspora_photo.tpl Normal file
View file

@ -0,0 +1,13 @@
<XML>
<post>
<photo>
<remote_photo_path>$path</remote_photo_path>
<remote_photo_name>$filename</remote_photo_name>
<status_message_guid>$msg_guid</status_message_guid>
<guid>$guid</guid>
<diaspora_handle>$handle</diaspora_handle>
<public>$public</public>
<created_at>$created_at</created_at>
</photo>
</post>
</XML>