signal-cli-rest-api icon indicating copy to clipboard operation
signal-cli-rest-api copied to clipboard

Dockerized Signal Messenger REST API

Results 121 signal-cli-rest-api issues
Sort by recently updated
recently updated
newest added

adds --unrestricted-unidentified-sender option Fixes #546

### The problem I noticed the last 2 releases (0.84/0.85) throw a SEGV on Odroid-C2. 0.83 is works fine. Seems to be triggered by receive : ``` [GIN] 2024/06/26 -...

### The problem I was trying to send many messages using 8 consumers in the [signalbot](https://github.com/filipre/signalbot) and got this error: ``` panic: concurrent write to websocket connection goroutine 137 [running]:...

### Feature Request It would be nice to be able to escape the formatting characters '*' and '~' in text_mode "styled". Example: if you send a string that contains two...

### Discussed in https://github.com/bbernhard/signal-cli-rest-api/discussions/557 Originally posted by **lewtopia** July 10, 2024 The signal-cli from asamk does have a "remoteDelete" command for the sender to remote delete a message for a...

### The problem v0.85 has worked like a charm so far, except for this sudden error: ``` fatal error: concurrent map read and map write goroutine 34 [running]: github.com/bbernhard/signal-cli-rest-api/client.(*JsonRpc2Client).ReceiveData(0x4000280ea0, {0x4000580380,...

### The problem I've been observing the following behavior with messages that contain one attachment (per message): ``` signal-cli-rest-api-1 | [GIN] 2024/06/27 - 20:04:53 | 201 | 10m2s | xxx...

### The problem It looks like the Signal-CLI device that is linked to a given Signal profile during setup needs to be "opened" every 25-30 days otherwise it times out...

### The problem I am a Home Assistant user, running signal-cli-rest-api in a docker container. I recently updated the signal rest api to the latest release. I am now getting...

### Feature Request Apparently, we no longer receive phone numbers on the first message. See https://github.com/AsamK/signal-cli/discussions/1414 In version [signal-cli v0.13.0 ](https://github.com/AsamK/signal-cli/releases/tag/v0.13.0), there was a flag added `--unrestricted-unidentified-sender` to the `updateAccount`...