Fix for missing replacement text in bodyRanges
This commit is contained in:
parent
dab5386207
commit
3cc6c5f5ad
6 changed files with 72 additions and 38 deletions
2
ts/window.d.ts
vendored
2
ts/window.d.ts
vendored
|
@ -137,7 +137,7 @@ declare global {
|
|||
|
||||
WhatIsThis: WhatIsThis;
|
||||
|
||||
attachmentDownloadQueue: Array<MessageModel>;
|
||||
attachmentDownloadQueue: Array<MessageModel> | undefined;
|
||||
baseAttachmentsPath: string;
|
||||
baseStickersPath: string;
|
||||
baseTempPath: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue