Use only streams for channel

Maybe fix the repost bug where a channel won't load for now.
This commit is contained in:
Thomas Zarebczan 2020-06-04 21:14:42 -04:00 committed by GitHub
parent 7940c61b17
commit 9df4d29dda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,6 +82,7 @@ export default (db, table, sequelize) => ({
}; };
const selectWhere = { const selectWhere = {
...whereClause, ...whereClause,
claim_type: 1,
publisher_id: channelClaimId, publisher_id: channelClaimId,
}; };
return await table return await table