Show attachment download progress, new stop button to cancel
Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
parent
025841e5bb
commit
2741fbb5d2
78 changed files with 2192 additions and 562 deletions
|
@ -47,7 +47,10 @@ export async function deleteStoryForEveryone(
|
|||
}
|
||||
|
||||
const logId = `deleteStoryForEveryone(${story.messageId})`;
|
||||
const message = await __DEPRECATED$getMessageById(story.messageId);
|
||||
const message = await __DEPRECATED$getMessageById(
|
||||
story.messageId,
|
||||
'deleteStoryForEveryone'
|
||||
);
|
||||
if (!message) {
|
||||
throw new Error('Story not found');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue