signal-cli-rest-api
signal-cli-rest-api copied to clipboard
Dockerized Signal Messenger REST API
### The problem Completely fine sending messages but unable to receive any using the same authenticated number. The receive endpoint just hangs then throws a timeout, Nothing showing in logs...
### The problem I created a group, and received in response a group ID `cURwZ0ZOYmNRd...oSGVyS2JQQzgxST0=`. When receiving messages from that group, the ID is different: `qDpgFNbcQv0W...hHerKbPC81I=`. I dug around a...
### The problem Upon receiving a batch of messages, sometimes I get JSON which also contains an INFO message like this: INFO IncomingMessageHandler - Ignoring a group message from an...
### The problem I created a group through the signal api; messages send are delivered to all group members successfully. However, sender of these messages is the phone number associated...
### Feature Request It would be great, if one could set the group and contact messages expiration time. Ideally upon creation of the group. signal-cli seems to allow [group message...
### Feature Request thanks for the awesome package @bbernhard!! I am working on a project [100eyes](https://github.com/tactilenews/100eyesl), which makes use of `signal-cli-rest-api` to send/receive signal messages from contributors. We have several...
### The problem When I try to trust/add a new target the following error appears. Same when I want to message a new number. The number can send me a...
### The problem hallo! it appears that the `nc` used in json-rpc mode frequently falls off. modifying `/src/scripts/jsonrpc2-helper.go` ```diff -command=bash -c "nc -l -p %d %s" +command=bash -c "watch -n1...
### The problem When the key for a known user changes, the new key is marked as "UNTRUSTED" rather than "TRUSTED_UNVERIFIED" despite trust_mode for the account being set to 1...
### Feature Request Is it possible to set the tcp port to another value than `8080` (for those who use `docker run --net=host` option) ? If not, could you please...