bbernhard / signal-cli-rest-api

Dockerized Signal Messenger REST API
https://bbernhard.github.io/signal-cli-rest-api/
MIT License
1.37k stars 159 forks source link

Expose listContacts endpoint #549

Closed mattwr18 closed 5 months ago

mattwr18 commented 5 months ago

We are having this issue https://github.com/bbernhard/signal-cli-rest-api/issues/546 recently where we no longer receive the phone numbers in the signal-cli payload.

We are looking to adapt how we handle our onboarding. If a message is sent out to a username instead of a phone number, a contact is added, which includes the uuid and if we expose the listContacts command, we can save the uuid so that when we receive a message, we will be able to correctly identify the person.

bbernhard commented 5 months ago

Many thanks!

mattwr18 commented 4 months ago

Many thanks!

Thank you @bbernhard