Fix reaction animation
This commit is contained in:
parent
42a8dcd874
commit
00f5a634a4
4
.env
4
.env
@ -1,5 +1,5 @@
|
|||||||
API_ID=1025907
|
API_ID=1025907
|
||||||
API_HASH=452b0359b988148995f22ff0f4229750
|
API_HASH=452b0359b988148995f22ff0f4229750
|
||||||
VERSION=1.4.0
|
VERSION=1.4.0
|
||||||
VERSION_FULL=1.4.0 (138)
|
VERSION_FULL=1.4.0 (139)
|
||||||
BUILD=138
|
BUILD=139
|
||||||
|
@ -4729,11 +4729,11 @@ export class AppMessagesManager {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
message.reactions = reactions;
|
|
||||||
|
|
||||||
const key = message.peerId + '_' + message.mid;
|
const key = message.peerId + '_' + message.mid;
|
||||||
this.pushBatchUpdate('messages_reactions', this.batchUpdateReactions, key, () => copy(message.reactions));
|
this.pushBatchUpdate('messages_reactions', this.batchUpdateReactions, key, () => copy(message.reactions));
|
||||||
|
|
||||||
|
message.reactions = reactions;
|
||||||
|
|
||||||
if(!update.local) {
|
if(!update.local) {
|
||||||
this.setDialogToStateIfMessageIsTop(message);
|
this.setDialogToStateIfMessageIsTop(message);
|
||||||
|
Loading…
Reference in New Issue
Block a user