mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Rename ContactType to EmbeddedContactType
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/* eslint-disable camelcase */
|
||||
|
||||
import { AttachmentType } from './Attachment';
|
||||
import { ContactType } from './Contact';
|
||||
import { EmbeddedContactType } from './EmbeddedContact';
|
||||
import { IndexableBoolean, IndexablePresence } from './IndexedDB';
|
||||
|
||||
export type Message = (
|
||||
@@ -110,7 +110,7 @@ type MessageSchemaVersion5 = Partial<
|
||||
|
||||
type MessageSchemaVersion6 = Partial<
|
||||
Readonly<{
|
||||
contact: Array<ContactType>;
|
||||
contact: Array<EmbeddedContactType>;
|
||||
}>
|
||||
>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user