pull/1533/head
Daniel Supernault 6 years ago
parent 02f002a02d
commit a8fe297c2b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -122,7 +122,7 @@ class CollectionController extends Controller
}
$status = Status::whereScope('public')
->whereIn('type', ['photo'])
->whereIn('type', ['photo', 'photo:album', 'video'])
->findOrFail($postId);
$item = CollectionItem::firstOrCreate([

Loading…
Cancel
Save