From 637131d4f7bbc09dc0171576cbc9f23d8702c1b2 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sat, 30 Jan 2021 21:54:47 +0100 Subject: [PATCH] Update TROUBLESHOOTING.md --- doc/TROUBLESHOOTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/TROUBLESHOOTING.md b/doc/TROUBLESHOOTING.md index 3737822..17c4403 100644 --- a/doc/TROUBLESHOOTING.md +++ b/doc/TROUBLESHOOTING.md @@ -6,3 +6,6 @@ If your docker container stops with `signal_messenger_signal-cli-rest-api_1 exit According to [this](https://github.com/AsamK/signal-cli/issues/202) signal-cli ticket here, the receive endpoint needs to be called regularily. So, if sending a message seems to work, but no message is sent, please try to call the [Receive API endpoint](https://bbernhard.github.io/signal-cli-rest-api/#/Messages/get_v1_receive__number_). +# Cannot send message to group - please first update your profile + +If you get this message, it means that you first need to [update your profile](https://bbernhard.github.io/signal-cli-rest-api/#/Profiles/put_v1_profiles__number_) to set a name (and optionally an avatar).