Fix for missing replacement text in bodyRanges

This commit is contained in:
Josh Perez 2021-03-05 12:57:09 -05:00 committed by Josh Perez
parent dab5386207
commit 3cc6c5f5ad
6 changed files with 72 additions and 38 deletions

2
ts/window.d.ts vendored
View file

@ -137,7 +137,7 @@ declare global {
WhatIsThis: WhatIsThis;
attachmentDownloadQueue: Array<MessageModel>;
attachmentDownloadQueue: Array<MessageModel> | undefined;
baseAttachmentsPath: string;
baseStickersPath: string;
baseTempPath: string;