Upgrade Electron to 28.1.5
Co-authored-by: Fedor Indutny <238531+indutny@users.noreply.github.com>
This commit is contained in:
parent
d97aa68716
commit
2bc0e4755c
24 changed files with 421 additions and 296 deletions
2
ts/model-types.d.ts
vendored
2
ts/model-types.d.ts
vendored
|
@ -266,7 +266,6 @@ export type MessageAttributesType = {
|
|||
deletedForEveryoneSendStatus?: Record<string, boolean>;
|
||||
deletedForEveryoneFailed?: boolean;
|
||||
};
|
||||
/* eslint-enable camelcase */
|
||||
|
||||
export type ConversationAttributesTypeType = 'private' | 'group';
|
||||
|
||||
|
@ -441,7 +440,6 @@ export type ConversationAttributesType = {
|
|||
// up in that case).
|
||||
unblurredAvatarPath?: string;
|
||||
};
|
||||
/* eslint-enable camelcase */
|
||||
|
||||
export type ConversationRenderInfoType = Pick<
|
||||
ConversationAttributesType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue