aboutsummaryrefslogtreecommitdiffstats
path: root/view/diaspora_photo.tpl
blob: 75ca7f15c7aaa33d624a5c57a51928d4f8c3e71d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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>