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
|
@ -3556,7 +3556,10 @@ export class ConversationModel extends window.Backbone
|
|||
`maybeRemoveUniversalTimer(${this.idForLogging()}): removed notification`
|
||||
);
|
||||
|
||||
const message = window.MessageCache.__DEPRECATED$getById(notificationId);
|
||||
const message = window.MessageCache.__DEPRECATED$getById(
|
||||
notificationId,
|
||||
'maybeRemoveUniversalTimer'
|
||||
);
|
||||
if (message) {
|
||||
await DataWriter.removeMessage(message.id, {
|
||||
singleProtoJobQueue,
|
||||
|
@ -3599,7 +3602,10 @@ export class ConversationModel extends window.Backbone
|
|||
`maybeClearContactRemoved(${this.idForLogging()}): removed notification`
|
||||
);
|
||||
|
||||
const message = window.MessageCache.__DEPRECATED$getById(notificationId);
|
||||
const message = window.MessageCache.__DEPRECATED$getById(
|
||||
notificationId,
|
||||
'maybeClearContactRemoved'
|
||||
);
|
||||
if (message) {
|
||||
await DataWriter.removeMessage(message.id, {
|
||||
singleProtoJobQueue,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue