]> git.mxchange.org Git - friendica.git/blob - view/templates/diaspora_photo.tpl
Merge pull request #935 from annando/master
[friendica.git] / view / templates / diaspora_photo.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <XML>
7   <post>
8     <photo>
9       <remote_photo_path>{{$path}}</remote_photo_path>
10       <remote_photo_name>{{$filename}}</remote_photo_name>
11       <status_message_guid>{{$msg_guid}}</status_message_guid>
12       <guid>{{$guid}}</guid>
13       <diaspora_handle>{{$handle}}</diaspora_handle>
14       <public>{{$public}}</public>
15       <created_at>{{$created_at}}</created_at>
16     </photo>
17   </post>
18 </XML>