Merge branch 'master' into improve-uploading

This commit is contained in:
Abhinav-grd 2021-02-16 15:08:30 +05:30
commit 2cf099132e
2 changed files with 2 additions and 5 deletions

View file

@ -264,10 +264,7 @@ export default function Gallery(props) {
// ignore
}
}
if (
(!item.src || item.src === item.msrc) &&
!fetching[item.dataIndex]
) {
if (!fetching[item.dataIndex]) {
fetching[item.dataIndex] = true;
const url = await getFile(token, item);
updateSrcUrl(item.dataIndex, url);

View file

@ -62,7 +62,7 @@ const englishConstants = {
'your subscription has expired, please renew it form the mobile app',
STORAGE_QUOTA_EXCEEDED:
'you have exceeded your storage quota, please upgrade your plan from the mobile app',
INITIAL_LOAD_DELAY_WARNING: 'Please wait, intial load may take some time',
INITIAL_LOAD_DELAY_WARNING: 'the first load may take some time',
WEB_SIGNUPS_DISABLED: () => (
<div>