-
Notifications
You must be signed in to change notification settings - Fork 171
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
No longer receive phone number with first message #546
Comments
I have the same issue. Trying to create a small Signal bot that replies to messages it gets. Did not yet test how it behaves with username. I would like to have the least possible things a newcomer user has to change to his Signal settings before using the bot. That's why I opted for the phonenumber. Dumb idea :-( If this is now an issue: Is switching to username a solution to this? Or are there just a few steps to do on my side to make it work again? Any suggestions? |
I have tested sending/receiving messages to a username and it works as expected. However, it also works to send/receive messages to the uuid. For us, we have the contributors onboard with their phone numbers, without setting up a username. I guess no one knows their uuid. When we create the record with their number, we save an onboarding token which we ask them to send to us to complete their onboarding. This way, we can look up the record and save their uuid for future messages. Not sure the particulars of your use case, but I hope this information helps. |
Thanks, I'll try this. |
Still struggling a bit. Did some more testing: The idea is: User is sending by signal a "register" message. The bot answers with a generated API KEY (created with inout from UUID and some other stuff). The user than can use HTTP Requests towards the bot to send notification messages through signal to his phone. BUT: I also tried to answer the user manually from the bot to the user's phone number. The user is still receiving the message from "unknown" instead of the known contact... Is this an iPhone issue? Or another (stupid) security setting? Any ideas? (i know, this is not really relevant to the original post here, but it is related to issues you can get in contact if you try to work around this...) |
@tuxedo0801 I'm sorry, I don't have any specific experience with this issue that you experienced. Have you checked the issue list on https://github.com/AsamK/signal-cli? |
Feature Request
Apparently, we no longer receive phone numbers on the first message. See AsamK/signal-cli#1414
In version signal-cli v0.13.0 , there was a flag added
--unrestricted-unidentified-sender
to theupdateAccount
command that can be used to receive the phone number in the first message.As far as I can tell, this is not available yet through the
/v1/accounts/{number}/settings
, but doesn't seem to challenging to add.I can see about opening a PR, if you would accept one @bbernhard
The text was updated successfully, but these errors were encountered: