mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update StoryController, add postgres bug fix
This commit is contained in:
parent
454b4e21dd
commit
ddf41dc347
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ class StoryController extends StoryComposeController
|
|||
$r = new \StdClass;
|
||||
$r->id = $s->id;
|
||||
$r->profile_id = $s->profile_id;
|
||||
$r->type = $s->type;
|
||||
$r->path = $s->path;
|
||||
return $r;
|
||||
})
|
||||
->unique('profile_id');
|
||||
|
|
Loading…
Reference in a new issue