mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Refactor: Prepare Message function props for conversation scope
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Attachment } from './Attachment';
|
||||
import { Contact } from './Contact';
|
||||
import { ContactType } from './Contact';
|
||||
import { IndexableBoolean, IndexablePresence } from './IndexedDB';
|
||||
|
||||
export type Message = UserMessage | VerifiedChangeMessage;
|
||||
@@ -87,7 +87,7 @@ type MessageSchemaVersion5 = Partial<
|
||||
|
||||
type MessageSchemaVersion6 = Partial<
|
||||
Readonly<{
|
||||
contact: Array<Contact>;
|
||||
contact: Array<ContactType>;
|
||||
}>
|
||||
>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user