Chat: Don't show talking users as typing (#1523)
This commit is contained in:
parent
3691590532
commit
f8640762af
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user