mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
diaspora photos ?
This commit is contained in:
parent
91de9edecd
commit
56d64316f4
10 changed files with 175 additions and 12 deletions
|
@ -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
13
view/diaspora_photo.tpl
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue