mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Use minimal replacement class for MessageModel
This commit is contained in:
@@ -26,9 +26,9 @@ import { getLocalAttachmentUrl } from '../util/getLocalAttachmentUrl';
|
||||
|
||||
type GenericEmbeddedContactType<AvatarType> = {
|
||||
name?: Name;
|
||||
number?: Array<Phone>;
|
||||
email?: Array<Email>;
|
||||
address?: Array<PostalAddress>;
|
||||
number?: ReadonlyArray<Phone>;
|
||||
email?: ReadonlyArray<Email>;
|
||||
address?: ReadonlyArray<PostalAddress>;
|
||||
avatar?: AvatarType;
|
||||
organization?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user