Chat: Don't show talking users as typing (#1523)

This commit is contained in:
Alexander Zinchuk 2021-11-05 21:56:35 +03:00
parent 3691590532
commit f8640762af

View File

@ -344,6 +344,8 @@ export function buildChatTypingStatus(
action = 'lng_send_action_record_round';
} else if (update.action instanceof GramJs.SendMessageUploadRoundAction) {
action = 'lng_send_action_upload_round';
} else if (update.action instanceof GramJs.SpeakingInGroupCallAction) {
return undefined;
}
return {