mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Save account state after ending session even if sending the message has failed
This commit is contained in:
parent
a02031aa80
commit
87f65de0c5
1 changed files with 1 additions and 0 deletions
|
@ -699,6 +699,7 @@ public class Manager implements Signal {
|
|||
for (SignalServiceAddress address : signalServiceAddresses) {
|
||||
handleEndSession(address);
|
||||
}
|
||||
account.save();
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue