-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow renaming contacts #74
Comments
I think a popup will complicate things. An |
From the
So if signal-cli is not master (e.g. has been linked with signal app on the phone), there is no way to update the contacts list on signal servers from signal-cli / scli.. |
Signal-cli has an
updateContact
method that allows to change contact's name. It might be useful to be able to do this from scli. This command can also be used to create a new contact.Like #72, this is mostly a matter of adding the UI. I don't know what would be the most natural way to do it, maybe have a pop-up 'edit contact' dialog bound to some keypress (e.g.
e
) when the cursor is over the contact's name? Or have a:renameContact
command?Signal-cli's
updateContact
only changes names locally, in its own database. It needs asendContacts
call to sync it with server. Maybe this should be added as an addiotonal button in the 'edit contact' pop-up window.The text was updated successfully, but these errors were encountered: