Fix processing of cached envelopes

This commit is contained in:
Fedor Indutny 2021-05-24 14:30:56 -07:00 committed by GitHub
parent 25f4154cde
commit 227f532ec2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 87 additions and 48 deletions

View file

@ -3120,6 +3120,7 @@ export async function startApp(): Promise<void> {
}
if (handleGroupCallUpdateMessage(data.message, messageDescriptor)) {
event.confirm();
return Promise.resolve();
}