1
0
Fork 0

Diaspora: Photos are now transmitted separately

This commit is contained in:
Michael 2023-01-07 15:11:34 +00:00
commit d86045058e
4 changed files with 50 additions and 1 deletions

View file

@ -554,6 +554,7 @@ return [
'/permission/tooltip/{type}/{id:\d+}' => [Module\PermissionTooltip::class, [R::GET]],
'/photo' => [
'/{size:thumb_small|scaled_full}_{name}' => [Module\Photo::class, [R::GET]],
'/{name}' => [Module\Photo::class, [R::GET]],
'/{type}/{id:\d+}' => [Module\Photo::class, [R::GET]],
'/{type:contact|header}/{guid}' => [Module\Photo::class, [R::GET]],