mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Startup message counter: increment on message processing complete
This commit is contained in:
committed by
Ken Powers
parent
e59d095ffb
commit
1632e19476
@@ -2110,6 +2110,7 @@
|
||||
await conversation.notify(message);
|
||||
}
|
||||
|
||||
Whisper.events.trigger('incrementProgress');
|
||||
confirm();
|
||||
} catch (error) {
|
||||
const errorForLog = error && error.stack ? error.stack : error;
|
||||
|
||||
Reference in New Issue
Block a user