New moderation tools: block & mute #5572
1 changed files with 1 additions and 3 deletions
|
@ -23,7 +23,6 @@ type Props = {
|
||||||
mutedUris: Array<string>,
|
mutedUris: Array<string>,
|
||||||
claimIds?: Array<string>,
|
claimIds?: Array<string>,
|
||||||
channelIds?: Array<string>,
|
channelIds?: Array<string>,
|
||||||
notChannelIds?: Array<string>,
|
|
||||||
pageSize: number,
|
pageSize: number,
|
||||||
orderBy?: Array<string>,
|
orderBy?: Array<string>,
|
||||||
releaseTime?: string,
|
releaseTime?: string,
|
||||||
|
@ -46,7 +45,6 @@ function ClaimTilesDiscover(props: Props) {
|
||||||
tags,
|
tags,
|
||||||
channelIds,
|
channelIds,
|
||||||
claimIds,
|
claimIds,
|
||||||
notChannelIds,
|
|
||||||
orderBy,
|
orderBy,
|
||||||
pageSize = 8,
|
pageSize = 8,
|
||||||
releaseTime,
|
releaseTime,
|
||||||
|
@ -89,7 +87,7 @@ function ClaimTilesDiscover(props: Props) {
|
||||||
not_tags: !showNsfw ? MATURE_TAGS : [],
|
not_tags: !showNsfw ? MATURE_TAGS : [],
|
||||||
any_languages: languages,
|
any_languages: languages,
|
||||||
channel_ids: channelIds || [],
|
channel_ids: channelIds || [],
|
||||||
not_channel_ids: notChannelIds || (!channelIds ? mutedAndBlockedChannelIds : []),
|
not_channel_ids: mutedAndBlockedChannelIds || [],
|
||||||
order_by: orderBy || ['trending_group', 'trending_mixed'],
|
order_by: orderBy || ['trending_group', 'trending_mixed'],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue