Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lbry
lbry-react-native
Commits
0536f0e4
Commit
0536f0e4
authored
Feb 24, 2020
by
Akinwale Ariwodola
Browse files
assign existing subscriptions to not_channel_ids
parent
0db2c7e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/component/suggestedSubscriptionsGrid/view.js
View file @
0536f0e4
...
...
@@ -34,9 +34,9 @@ class SuggestedSubscriptionsGrid extends React.PureComponent {
if
(
!
showNsfwContent
)
{
options
.
not_tags
=
MATURE_TAGS
;
}
/*
if (subscriptions && subscriptions.length > 0) {
if
(
subscriptions
&&
subscriptions
.
length
>
0
)
{
options
.
not_channel_ids
=
subscriptions
.
map
(
subscription
=>
subscription
.
uri
.
split
(
'
#
'
)[
1
]);
}
*/
}
return
options
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment