Rename ContactType to EmbeddedContactType

This commit is contained in:
Fedor Indutny 2021-08-19 18:56:39 -07:00 committed by GitHub
parent 017a0fa807
commit fe040a2873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 46 additions and 42 deletions

4
ts/window.d.ts vendored
View file

@ -36,7 +36,7 @@ import * as zkgroup from './util/zkgroup';
import { LocalizerType, BodyRangesType, BodyRangeType } from './types/Util';
import * as Attachment from './types/Attachment';
import * as MIME from './types/MIME';
import * as Contact from './types/Contact';
import * as EmbeddedContact from './types/EmbeddedContact';
import * as Errors from './types/errors';
import { ConversationController } from './ConversationController';
import { ReduxActions } from './state/types';
@ -359,7 +359,7 @@ declare global {
Types: {
Attachment: typeof Attachment;
MIME: typeof MIME;
Contact: typeof Contact;
EmbeddedContact: typeof EmbeddedContact;
Conversation: {
computeHash: (data: string) => Promise<string>;
deleteExternalFiles: (