Allow enabling rewards for all videos on a channel #1868

Closed
opened 2018-08-12 17:58:33 +02:00 by tiger5226 · 1 comment
tiger5226 commented 2018-08-12 17:58:33 +02:00 (Migrated from github.com)

From @Feanor78 Rather than picking 10 videos to receive rewards (like we do with LBRYCast), we should be able to turn on rewards for every video on a channel, every video that's tagged with some specific tag (in the future), etc.

This is already possible with our internal-apis, but it would require some app changes.

From @seanyesmunt Yeah looks like we need an app side change. We currently have this line in the code:

const isRewardContent = claim && rewardedContentClaimIds.includes(claim.claim_id);

We can just check the channel claim id and the content claim id

From @Feanor78 Rather than picking 10 videos to receive rewards (like we do with LBRYCast), we should be able to turn on rewards for every video on a channel, every video that's tagged with some specific tag (in the future), etc. This is already possible with our internal-apis, but it would require some app changes. From @seanyesmunt Yeah looks like we need an app side change. We currently have this line in the code: `const isRewardContent = claim && rewardedContentClaimIds.includes(claim.claim_id);` We can just check the channel claim id and the content claim id
tzarebczan commented 2019-09-04 03:50:48 +02:00 (Migrated from github.com)

LBRYCast will be replaced by a daily way reward, closing.

LBRYCast will be replaced by a daily way reward, closing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#1868
No description provided.