Skip to content

Adding members to group fails silently #790

@revilo951

Description

@revilo951

The problem

When attempting to add a member that's not a registered Signal user, the API responds with HTTP 204, the same as when adding a registered Signal user successfully.

With logs set to debug I can see signal-cli does respond with the information like so:

level=debug msg="json-rpc response error: The user +\u2068614********** is not registered."

This really needs to be sent back to the user/application in the http response. At the moment I'm having to parse docker debug logs to catch those errors!

Thanks for an awesome API that's already saving me a lot of time! 🙂

Are you using the latest released version?

  • Yes

Have you read the troubleshooting page?

  • Yes

What type of installation are you running?

signal-cli-rest-api Docker Container

In which mode are you using the docker container?

json-rpc Mode

What's the architecture of your host system?

x86-64

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions