Fix AlbumPhoto again

This commit is contained in:
morethanwords 2022-01-08 22:46:49 +04:00
parent a6286246af
commit 8e1a51fa59
2 changed files with 4 additions and 4 deletions

4
.env
View File

@ -1,5 +1,5 @@
API_ID=1025907
API_HASH=452b0359b988148995f22ff0f4229750
VERSION=1.0.1
VERSION_FULL=1.0.1 (53)
BUILD=53
VERSION_FULL=1.0.1 (54)
BUILD=54

View File

@ -2880,9 +2880,9 @@ export class AppMessagesManager {
}
const length = parts.length;
for(let i = 1; i < length; i += 2) {
/* for(let i = 1; i < length; i += 2) {
parts.splice(i, 0, ', ');
}
} */
if(text && length) {
parts.push(', ');