mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Add type for ConversationModel profileAvatar
This commit is contained in:
committed by
Scott Nonnenberg
parent
ed68c34ee2
commit
1f5368742e
5
ts/model-types.d.ts
vendored
5
ts/model-types.d.ts
vendored
@@ -203,7 +203,10 @@ export type ConversationAttributesType = {
|
||||
messageCountBeforeMessageRequests?: number | null;
|
||||
messageRequestResponseType?: number;
|
||||
muteExpiresAt?: number;
|
||||
profileAvatar?: WhatIsThis;
|
||||
profileAvatar?: null | {
|
||||
hash: string;
|
||||
path: string;
|
||||
};
|
||||
profileKeyCredential?: string | null;
|
||||
profileKeyVersion?: string | null;
|
||||
quotedMessageId?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user