Always publish image alt text

Previous code would discard the image alt-text if the user finished writing the text before the image had finished uploading.

This code ensures the text is set after the image has completed uploading.
This commit is contained in:
UlrichKu 2023-04-24 11:48:40 +02:00 committed by GitHub
commit 24d7ef7ccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 209 additions and 288 deletions

View file

@ -257,7 +257,6 @@
<item quantity="other">Mìnich e dhan fheadhainn air a bheil cion-lèirsinn
\n(%d caractar air a char as fhaide)</item>
</plurals>
<string name="error_failed_set_caption">Cha deach leinn am fo-thiotal a shuidheachadh</string>
<string name="compose_active_account_description">A postadh mar %1$s</string>
<string name="action_remove_from_list">Thoir an cunntas air falbh on liosta</string>
<string name="action_add_to_list">Cuir cunntas ris an liosta</string>
@ -574,7 +573,6 @@
<string name="pref_show_self_username_never">Chan ann idir</string>
<string name="filter_expiration_format">%s (%s)</string>
<string name="url_domain_notifier">%s (🔗 %s)</string>
<string name="error_failed_set_focus">Dhfhàillig suidheachadh na puinge-fòcais</string>
<string name="action_set_focus">Suidhich puing an fhòcais</string>
<string name="delete_scheduled_post_warning">A bheil thu airson am post sgeidealaichte seo a sguabadh às\?</string>
<string name="instance_rule_info">Le clàradh a-steach, bidh tu ag aontachadh ri riaghailtean %s.</string>
@ -642,4 +640,4 @@
<string name="action_share_account_username">Co-roinn ainm-cleachdaiche a chunntais</string>
<string name="send_account_link_to">Co-roinn URL a chunntais le…</string>
<string name="send_account_username_to">Co-roinn ainm-cleachdaiche a chunntais le…</string>
</resources>
</resources>