feat: block black listed content from the app #1361

Merged
IGassmann merged 3 commits from issue/565 into release-0-22-0 2018-04-20 17:40:58 +02:00
IGassmann commented 2018-04-19 21:44:06 +02:00 (Migrated from github.com)
No description provided.
neb-b (Migrated from github.com) reviewed 2018-04-20 17:26:02 +02:00
@ -52,6 +52,10 @@ export const SUPPORT_TRANSACTION_FAILED = 'SUPPORT_TRANSACTION_FAILED';
// Claims
export const FETCH_FEATURED_CONTENT_STARTED = 'FETCH_FEATURED_CONTENT_STARTED';
export const FETCH_FEATURED_CONTENT_COMPLETED = 'FETCH_FEATURED_CONTENT_COMPLETED';
export const FETCH_BLACK_LISTED_CONTENT_STARTED = 'FETCH_BLACK_LISTED_CONTENT_STARTED';
neb-b (Migrated from github.com) commented 2018-04-20 17:26:01 +02:00

Just noting to remind myself: these need to be added to lbry-redux

Just noting to remind myself: these need to be added to lbry-redux
neb-b (Migrated from github.com) approved these changes 2018-04-20 17:40:41 +02:00
neb-b (Migrated from github.com) commented 2018-04-20 17:35:28 +02:00

This isn't used anywhere

This isn't used anywhere
neb-b (Migrated from github.com) commented 2018-04-20 17:28:20 +02:00

You need to return these since there is an opening {

You need to return these since there is an opening `{`
Sign in to join this conversation.
No reviewers
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#1361
No description provided.