aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/diaspora_photo.tpl
blob: 258a9c2f4a500d23deb1f06f1a521f051b7b5678 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
<XML>
  <post>
    <photo>
      <guid>{{$guid}}</guid>
      <diaspora_handle>{{$handle}}</diaspora_handle>
      <public>{{$public}}</public>
      <created_at>{{$created_at}}</created_at>
      <remote_photo_path>{{$path}}</remote_photo_path>
      <remote_photo_name>{{$filename}}</remote_photo_name>
      <status_message_guid>{{$msg_guid}}</status_message_guid>
    </photo>
  </post>
</XML>