mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-24 17:44:22 +01:00
Save account state after ending session even if sending the message has failed
This commit is contained in:
@@ -699,6 +699,7 @@ public class Manager implements Signal {
|
||||
for (SignalServiceAddress address : signalServiceAddresses) {
|
||||
handleEndSession(address);
|
||||
}
|
||||
account.save();
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user