mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:50:17 +00:00
Add icon placeholder for images in image grid
This commit is contained in:
parent
3cc469c0b7
commit
fad760f46a
5 changed files with 15 additions and 4 deletions
|
@ -77,7 +77,7 @@ class Photo extends BaseApi
|
|||
throw new NotModifiedException();
|
||||
}
|
||||
|
||||
Profile::addVisitorCookieForHTTPSigner();
|
||||
Profile::addVisitorCookieForHTTPSigner($this->server);
|
||||
|
||||
$customsize = 0;
|
||||
$square_resize = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue