provide a way to preserve photo timestamps when importing (rather than uploading)
This commit is contained in:
@@ -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'];
|
||||
|
Reference in New Issue
Block a user