mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Deduplicate usernames
This commit is contained in:
7
ts/model-types.d.ts
vendored
7
ts/model-types.d.ts
vendored
@@ -527,6 +527,13 @@ export type ConversationAttributesType = {
|
||||
test_chatFrameImportedFromBackup?: boolean;
|
||||
};
|
||||
|
||||
// Fields omitted from SettableConversationAttributesType must be set via their
|
||||
// appropriate setter functions (e.g. ConverationModel.updateUsername)
|
||||
export type SettableConversationAttributesType = Omit<
|
||||
ConversationAttributesType,
|
||||
'username'
|
||||
>;
|
||||
|
||||
export type ConversationRenderInfoType = Pick<
|
||||
ConversationAttributesType,
|
||||
| 'e164'
|
||||
|
||||
Reference in New Issue
Block a user