assign existing subscriptions to not_channel_ids
This commit is contained in:
parent
0db2c7e628
commit
0536f0e4bf
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@ class SuggestedSubscriptionsGrid extends React.PureComponent {
|
||||||
if (!showNsfwContent) {
|
if (!showNsfwContent) {
|
||||||
options.not_tags = MATURE_TAGS;
|
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]);
|
options.not_channel_ids = subscriptions.map(subscription => subscription.uri.split('#')[1]);
|
||||||
} */
|
}
|
||||||
|
|
||||||
return options;
|
return options;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue