Fix AlbumPhoto again
This commit is contained in:
parent
a6286246af
commit
8e1a51fa59
4
.env
4
.env
@ -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
|
||||
|
@ -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(', ');
|
||||
|
Loading…
x
Reference in New Issue
Block a user