mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Delete username link when deleting username
This commit is contained in:
parent
3f31f1a8a6
commit
90b1e4bc02
1 changed files with 2 additions and 0 deletions
|
@ -446,6 +446,8 @@ public class AccountHelper {
|
|||
}
|
||||
|
||||
public void deleteUsername() throws IOException {
|
||||
dependencies.getAccountManager().deleteUsernameLink();
|
||||
account.setUsernameLink(null);
|
||||
dependencies.getAccountManager().deleteUsername();
|
||||
account.setUsername(null);
|
||||
logger.debug("[deleteUsername] Successfully deleted the username.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue