mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Allow requesting profile without profileKey
This commit is contained in:
7
ts/model-types.d.ts
vendored
7
ts/model-types.d.ts
vendored
@@ -225,6 +225,11 @@ export type MessageAttributesType = {
|
||||
|
||||
export type ConversationAttributesTypeType = 'private' | 'group';
|
||||
|
||||
export type ConversationLastProfileType = Readonly<{
|
||||
profileKey: string;
|
||||
profileKeyVersion: string;
|
||||
}>;
|
||||
|
||||
export type ConversationAttributesType = {
|
||||
accessKey?: string | null;
|
||||
addedBy?: string;
|
||||
@@ -262,7 +267,7 @@ export type ConversationAttributesType = {
|
||||
path: string;
|
||||
};
|
||||
profileKeyCredential?: string | null;
|
||||
profileKeyVersion?: string | null;
|
||||
lastProfile?: ConversationLastProfileType;
|
||||
quotedMessageId?: string | null;
|
||||
sealedSender?: unknown;
|
||||
sentMessageCount: number;
|
||||
|
||||
Reference in New Issue
Block a user