Add user badges to typing bubbles, refactor typing logic

This commit is contained in:
Evan Hahn
2021-11-15 14:01:58 -06:00
committed by GitHub
parent ede34ecee3
commit f4e336836f
13 changed files with 125 additions and 189 deletions

View File

@@ -269,7 +269,7 @@ export const ConversationList: React.FC<PropsType> = ({
'shouldShowDraft',
'title',
'type',
'typingContact',
'typingContactId',
'unblurredAvatarPath',
'unreadCount',
]);