diff options
Diffstat (limited to 'src/screens/Onboarding/StepProfile/index.tsx')
-rw-r--r-- | src/screens/Onboarding/StepProfile/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/Onboarding/StepProfile/index.tsx b/src/screens/Onboarding/StepProfile/index.tsx index e0a10419d..3556bba7a 100644 --- a/src/screens/Onboarding/StepProfile/index.tsx +++ b/src/screens/Onboarding/StepProfile/index.tsx @@ -102,6 +102,7 @@ export function StepProfile() { mediaTypes: MediaTypeOptions.Images, quality: 1, ...opts, + legacy: true, }) return (response.assets ?? []) |