signal-cli-rest-api
signal-cli-rest-api copied to clipboard
Dockerized Signal Messenger REST API
### Feature Request Per [the `signal-cli` documentation](https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.adoc), one can run it with `--trust-new-identities TRUST-MODE`. I would like to be able to pass this parameter such that `signal-cli-rest-api` calls `signal-cli` with...
### The problem Hello, I want get all of my contacts information like the avatar but im not seeing a endpoint for that in swagger doc For be more precise...
### The problem https://github.com/bbernhard/signal-cli-rest-api/blob/master/entrypoint.sh#L32 is failing under certain IP configurations. `hostname -i` can return more than one IP, e.g. if IPv6 is configured too. And the man page says it...
### The problem How to send disappearing message? ### Are you using the latest released version? - [X] Yes ### Have you read the troubleshooting page? - [X] Yes ###...
Missing attributes definitions
### The problem Hi, I successfully tested the registration using a voice callback with this nice documentation, but in the last segment of the following line, the hyphen has to...
### The problem When using NSwag to generate C# code the generated return type for `/v1/receive/{number}` is wrong. What gets generated is `ICollection` but should rather be `ICollection` since the...
Hi, Bernhard. Thank you. Now I can send messages from my home server, torrent client and HA of course. It's very useful setup. I've been set up disappearing messages at...
### Feature Request the receive message function should have an option to mark as read for the sender to see
Working on the last PR was too out of date with Merge Conflicts so I bedded in the changes. Linter must have cleaned some aspects of the file too. This...