feat: hide relay reviews from spammer
This commit is contained in:
parent
d90348dd97
commit
ac196cd662
10 changed files with 202 additions and 153 deletions
|
|
@ -45,9 +45,9 @@ const ExplorePage = forwardRef<TPageRef>((_, ref) => {
|
|||
<NoteList
|
||||
showKinds={[ExtendedKind.RELAY_REVIEW]}
|
||||
subRequests={[{ urls: BIG_RELAY_URLS, filter: {} }]}
|
||||
filterMutedNotes
|
||||
hideUntrustedNotes={hideUntrustedNotes}
|
||||
filterFn={relayReviewFilterFn}
|
||||
filterMutedNotes
|
||||
hideSpam
|
||||
/>
|
||||
) : (
|
||||
<FollowingFavoriteRelayList />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue