Fix some account filtering behaviors (#2290)
* Fix: don't filter ProfileCards out of certain lists * Fix: don't filter ProfileCards and autocomplete based on mutes
This commit is contained in:
@@ -92,6 +92,7 @@ export function ModerationBlockedAccounts({}: Props) {
|
||||
testID={`blockedAccount-${index}`}
|
||||
key={item.did}
|
||||
profile={item}
|
||||
noModFilter
|
||||
/>
|
||||
)
|
||||
return (
|
||||
|
||||
@@ -92,6 +92,7 @@ export function ModerationMutedAccounts({}: Props) {
|
||||
testID={`mutedAccount-${index}`}
|
||||
key={item.did}
|
||||
profile={item}
|
||||
noModFilter
|
||||
/>
|
||||
)
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user