provide a way to preserve photo timestamps when importing (rather than uploading)

This commit is contained in:
friendica
2014-08-12 21:51:32 -07:00
parent da982c6c9f
commit 041aff36b7
3 changed files with 13 additions and 4 deletions

View File

@@ -47,6 +47,8 @@ $cookies = 'store/[data]/frphoto_cookie_' . $channel_address;
$args['scale'] = $j['scale'];
$args['album'] = $j['album'];
$args['not_visible'] = 1;
$args['created'] = $j['created'];
$args['edited'] = $j['edited'];
if($j['allow_cid'] || $j['allow_gid'] || $j['deny_cid'] || $j['deny_gid'])
$args['contact_allow'] = $channel['channel_hash'];