mirror of
https://github.com/friendica/friendica
synced 2025-05-06 20:24:11 +02:00
Improve photo loading speed
This commit is contained in:
parent
3ed4f427bf
commit
7f56e2e7a9
7 changed files with 103 additions and 29 deletions
|
@ -305,6 +305,7 @@ class Photo
|
|||
"contact-id" => $cid,
|
||||
"guid" => $guid,
|
||||
"resource-id" => $rid,
|
||||
"hash" => md5($Image->asString()),
|
||||
"created" => $created,
|
||||
"edited" => DateTimeFormat::utcNow(),
|
||||
"filename" => basename($filename),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue