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
},

View File

@ -1,18 +1,10 @@
{
"title": "Select media source",
"message": "Media EXIF data are not uploaded",
"options": {
"image": "Upload photos",
"image_max": "Upload photos (max {{max}})",
"video": "Upload video",
"video_max": "Upload video (max {{max}})"
},
"library": {
"alert": {
"title": "No permission",
"message": "Require photo library read permission to upload",
"buttons": {
"settings": "Update setting"
}
}
}
}