Upgrade to RingRTC v2.4.0

This commit is contained in:
Jim Gustafson 2020-07-29 09:29:57 -07:00 committed by Scott Nonnenberg
parent 7ef5dc6401
commit 2f015863ca
6 changed files with 28 additions and 16 deletions

2
ts/model-types.d.ts vendored
View file

@ -87,7 +87,6 @@ declare class ConversationModelType extends Backbone.Model<
getAccepted(): boolean;
getAvatarPath(): string | undefined;
getColor(): ColorType | undefined;
getIsAddedByContact(): boolean;
getName(): string | undefined;
getNumber(): string;
getProfileName(): string | undefined;
@ -96,6 +95,7 @@ declare class ConversationModelType extends Backbone.Model<
getSendOptions(options?: any): SendOptionsType | undefined;
getTitle(): string;
idForLogging(): string;
isFromOrAddedByTrustedContact(): boolean;
isVerified(): boolean;
safeGetVerified(): Promise<number>;
setProfileKey(profileKey?: string | null): Promise<void>;