diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-06-11 22:33:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-11 12:33:43 -0700 |
commit | 32dfcc3a54a0f0bffd9f0fca4fe645017900932d (patch) | |
tree | e77f92f5f177848d70e7466091d9b5ed03cdc3de /src | |
parent | 61004b887b0c7515837e051144b694fc7db5a1cc (diff) | |
download | voidsky-32dfcc3a54a0f0bffd9f0fca4fe645017900932d.tar.zst |
disable avatar preview in searchable people list (#8453)
Diffstat (limited to 'src')
-rw-r--r-- | src/components/dialogs/SearchablePeopleList.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/dialogs/SearchablePeopleList.tsx b/src/components/dialogs/SearchablePeopleList.tsx index 26e20db57..81655be0f 100644 --- a/src/components/dialogs/SearchablePeopleList.tsx +++ b/src/components/dialogs/SearchablePeopleList.tsx @@ -397,6 +397,7 @@ function DefaultProfileCard({ <ProfileCard.Avatar profile={profile} moderationOpts={moderationOpts} + disabledPreview /> <View style={[a.flex_1]}> <ProfileCard.Name |