Add more logging around attachment queueing
This commit is contained in:
parent
480e1808ba
commit
352818fd32
3 changed files with 59 additions and 4 deletions
|
@ -398,6 +398,7 @@
|
|||
},
|
||||
|
||||
shutdown: async () => {
|
||||
window.log.info('background/shutdown');
|
||||
// Stop background processing
|
||||
window.Signal.AttachmentDownloads.stop();
|
||||
if (idleDetector) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue