-
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 conversations with non-contacts #61
Comments
For an easy solution, I may just go with the latter option. Like getting an input from the user (like phone number) and then scli may add that number to the left pane. Syncing earlier conversations from the phone may be problematic, this one seems like a better option. |
I've just experimented with exchanging messages with phone numbers that are not in my phone's contacts / address book. The result is that syncing conversations works the same as on signal-desktop (except that scli needs a restart to display those new conversations, but that should be a separate issue, see #71) Here's what already works (i.e. after an action below, the "new" contacts' phone numbers are added to signal-cli's data file, loaded by scli at starttime, and are displayed in scli's contacts list; the messages received from them are also displayed normally):
Functionality that's currently missing in scli:
BTW, signal-desktop does not provide the first two functions either. I think this issue has not been meant to be about creating new groups, so I have opened a separate issue for that (#72). Then this one can be just about adding the functionality for messaging a new number. (And also for discussing any other required functionality that I haven't thought about) |
If contact's name in signal-cli's `contactStore` is absent, attempt to get contact's (self-chosen) profile name. `profileStore` is available in signal-cli since v0.6.9. Profiles are requested only after signal-cli sends a message to a contact. See also: isamert#61; AsamK/signal-cli#327
Allow adding (individual) contacts to the contact list. Closes isamert#61
If contact's name in signal-cli's `contactStore` is absent, attempt to get contact's (self-chosen) profile name. `profileStore` is available in signal-cli since v0.6.9. Profiles are requested only after signal-cli sends a message to a contact. See also: isamert#61; AsamK/signal-cli#327
I don't give the Signal app contact access, since Signal shows my conversation partners' chosen nicknames anyway. This works fine with the Signal mobile app and with signal-desktop, but with scli I am unable to converse with anyone since it only displays conversations for contacts.
Perhaps you could consider changing the left pane to show conversations rather than contacts? Or provide some other way to converse with people that are not in the contact list?
The text was updated successfully, but these errors were encountered: