Upgrade to RingRTC v2.4.0
This commit is contained in:
parent
7ef5dc6401
commit
2f015863ca
6 changed files with 28 additions and 16 deletions
2
ts/model-types.d.ts
vendored
2
ts/model-types.d.ts
vendored
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue