Need help in testing the Multi Account Mode #454
Closed
bbernhard
announced in
Announcements
Replies: 3 comments
-
There is a new image available for testing: |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is a new image available for testing: |
Beta Was this translation helpful? Give feedback.
0 replies
-
The changes are now in version 0.80 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everybody,
one of the bigger limitations so far was the fact that registering/linking a number wasn't possible in json-rpc mode. Therefore, one had to first register/link the number in either normal or native mode, before they could switch to the json-rpc mode. While this works, it is a pain for all those that want to fully automate that process. As signal-cli added the multi account mode not that long ago, I thought that it might make sense to also expose that via this project here.
So with the next release it is possible to also register/link devices via json-rpc. The device linking in json-rpc mode was implemented by @kxait - thanks a lot again for the contribution! As we had to change quite a lot of stuff to make this work, the potential for regression and bugs is high. So before releasing that, I would like to kindly ask for your support in testing.
If anyone wants to give it a try, please use the following docker image tag:
bbernhard/signal-cli-rest-api:0.133-dev
That's all you need to do. Please make sure to really restart the docker container after you changed the docker image tag.
In case you experience any issues, please let me know.
edit: It would also be great, if you include the following details in your feedback:
Thanks a lot for your help!
Beta Was this translation helpful? Give feedback.
All reactions