Fix opening pinned messages list
This commit is contained in:
parent
eae452cb39
commit
177df2b5ef
4
.env
4
.env
@ -1,5 +1,5 @@
|
|||||||
API_ID=1025907
|
API_ID=1025907
|
||||||
API_HASH=452b0359b988148995f22ff0f4229750
|
API_HASH=452b0359b988148995f22ff0f4229750
|
||||||
VERSION=1.2.0
|
VERSION=1.2.0
|
||||||
VERSION_FULL=1.2.0 (123)
|
VERSION_FULL=1.2.0 (124)
|
||||||
BUILD=123
|
BUILD=124
|
||||||
|
@ -1263,7 +1263,9 @@ export default class ChatInput {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
this.updateOffset(null, false, true);
|
if(this.newMessageWrapper) {
|
||||||
|
this.updateOffset(null, false, true);
|
||||||
|
}
|
||||||
|
|
||||||
if(botCommandsToggle) {
|
if(botCommandsToggle) {
|
||||||
this.hasBotCommands = undefined;
|
this.hasBotCommands = undefined;
|
||||||
|
Loading…
Reference in New Issue
Block a user