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

Fixes #1521
pull/1581/head
daniel 2019-07-20 19:22:27 -06:00 zatwierdzone przez GitHub
commit 418a478109
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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