mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 21:28:40 +00:00
Add user badges to typing bubbles, refactor typing logic
This commit is contained in:
@@ -181,17 +181,7 @@ export type ConversationType = {
|
||||
unreadCount?: number;
|
||||
isSelected?: boolean;
|
||||
isFetchingUUID?: boolean;
|
||||
typingContact?: {
|
||||
acceptedMessageRequest: boolean;
|
||||
avatarPath?: string;
|
||||
color?: AvatarColorType;
|
||||
isMe: boolean;
|
||||
name?: string;
|
||||
phoneNumber?: string;
|
||||
profileName?: string;
|
||||
sharedGroupNames: Array<string>;
|
||||
title: string;
|
||||
} | null;
|
||||
typingContactId?: string;
|
||||
recentMediaItems?: Array<MediaItemType>;
|
||||
profileSharing?: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user