Improved mobile scene album layout. Removed info channels from network children.
This commit is contained in:
@@ -98,6 +98,7 @@ export async function fetchEntitiesById(entityIds, options = {}) {
|
||||
.groupBy('entities.id', 'parents.id', 'affiliates.id'),
|
||||
options.includeChildren ? knex('entities')
|
||||
.whereIn('entities.parent_id', entityIds)
|
||||
.whereNot('type', 'info')
|
||||
.orderBy('slug') : [],
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user