Merge pull request #1533 from pixelfed/frontend-ui-refactor

Fixes #1521
This commit is contained in:
daniel 2019-07-20 19:22:27 -06:00 committed by GitHub
commit 418a478109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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([