Multiple person typing indicators in groups

This commit is contained in:
ayumi-signal 2023-09-18 14:17:26 -07:00 committed by GitHub
parent 17ea2b58de
commit e4238de4db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 342 additions and 115 deletions

View file

@ -441,16 +441,23 @@ const renderHeroRow = () => {
};
const renderTypingBubble = () => (
<TypingBubble
acceptedMessageRequest
badge={undefined}
color={getRandomColor()}
typingContacts={[
{
acceptedMessageRequest: true,
badge: undefined,
color: getRandomColor(),
phoneNumber: '+18005552222',
id: getDefaultConversation().id,
isMe: false,
sharedGroupNames: [],
title: 'title',
},
]}
conversationId="123"
conversationType="direct"
phoneNumber="+18005552222"
showContactModal={action('showContactModal')}
i18n={i18n}
isMe={false}
title="title"
theme={ThemeType.light}
sharedGroupNames={[]}
/>
);
const renderMiniPlayer = () => (