signal-cli-rest-api
signal-cli-rest-api copied to clipboard
Add feature to join group using invite link
I have added an endpoint to join a group using an invite link. I have created the POST /v1/groups/:number/join_by_invite_link endpoint that receives the invite_link in the body and joins the group using the joinGroup command in signal-cli.