Diaspora: Photos are now transmitted separately
This commit is contained in:
parent
9a1a406c03
commit
d86045058e
4 changed files with 50 additions and 1 deletions
|
@ -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]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue