mirror of
https://github.com/friendica/friendica
synced 2025-05-11 05:04:10 +02:00
Store avatar cache fields only when needed
This commit is contained in:
parent
398e65d66b
commit
9b86f40a5f
8 changed files with 52 additions and 19 deletions
|
@ -2410,7 +2410,7 @@ class Diaspora
|
|||
$image_url = "http://".$handle_parts[1].$image_url;
|
||||
}
|
||||
|
||||
Contact::updateAvatar($image_url, $importer["uid"], $contact["id"]);
|
||||
Contact::updateAvatar($contact["id"], $image_url);
|
||||
|
||||
// Generic birthday. We don't know the timezone. The year is irrelevant.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue