Add more logging around attachment queueing

This commit is contained in:
Ken Powers
2020-06-09 18:33:37 -04:00
committed by Scott Nonnenberg
parent 480e1808ba
commit 352818fd32
3 changed files with 59 additions and 4 deletions

View File

@@ -398,6 +398,7 @@
},
shutdown: async () => {
window.log.info('background/shutdown');
// Stop background processing
window.Signal.AttachmentDownloads.stop();
if (idleDetector) {