Startup message counter: increment on message processing complete
This commit is contained in:
parent
e59d095ffb
commit
1632e19476
2 changed files with 17 additions and 5 deletions
|
@ -2110,6 +2110,7 @@
|
|||
await conversation.notify(message);
|
||||
}
|
||||
|
||||
Whisper.events.trigger('incrementProgress');
|
||||
confirm();
|
||||
} catch (error) {
|
||||
const errorForLog = error && error.stack ? error.stack : error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue