Confirm group call update messages

This commit is contained in:
Fedor Indutny 2022-04-28 14:41:56 -07:00 committed by GitHub
parent f80b3b22e8
commit 42554ebaf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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