1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
Instead of providing an option to choose whether or not to include EXIF data, by default, EXIF are not included in the upload as Mastodon would not make use of the data anyway.
This commit is contained in:
xmflsct
2022-10-10 23:50:15 +02:00
parent 35c585fb81
commit d2272d5d30
2 changed files with 2 additions and 9 deletions

View File

@ -93,6 +93,7 @@ const mediaSelector = async ({
showActionSheetWithOptions(
{
title: i18next.t('componentMediaSelector:title'),
message: i18next.t('componentMediaSelector:message'),
options: options(),
cancelButtonIndex: mediaType ? 1 : 2
},