mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-01 20:10:39 +00:00
Save after updating contact name
This commit is contained in:
parent
d4d0f1c354
commit
bb5677ad7c
1 changed files with 1 additions and 0 deletions
|
@ -802,6 +802,7 @@ class Manager implements Signal {
|
||||||
}
|
}
|
||||||
contact.name = name;
|
contact.name = name;
|
||||||
contactStore.updateContact(contact);
|
contactStore.updateContact(contact);
|
||||||
|
save();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void requestSyncGroups() throws IOException {
|
private void requestSyncGroups() throws IOException {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue