mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update StoryItemTransformer, increase story duration from 5 seconds to 10 seconds
This commit is contained in:
parent
c91891b457
commit
5b0b14fc42
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class StoryItemTransformer extends Fractal\TransformerAbstract
|
|||
return [
|
||||
'id' => (string) $item->id,
|
||||
'type' => $item->type,
|
||||
'length' => 5,
|
||||
'length' => 10,
|
||||
'src' => $item->url(),
|
||||
'preview' => null,
|
||||
'link' => null,
|
||||
|
|
Loading…
Reference in a new issue