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:
Paul Frazee 2023-12-23 15:16:23 -08:00 committed by GitHub
parent b922b83820
commit 7d6b7d2fa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 2 deletions

View file

@ -92,6 +92,7 @@ export function ModerationBlockedAccounts({}: Props) {
testID={`blockedAccount-${index}`}
key={item.did}
profile={item}
noModFilter
/>
)
return (