mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix for missing replacement text in bodyRanges
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user