-
-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setting group_link not having an effect when creating group #410
Comments
link & permissions weren't correctly set see #410
should be fixed with the next release |
I am running the new version (0.68) now, but creating a group with:
fails with the following error message of the docker (debug mode switched on):
|
Damn, looks like a broke something. I'll have a look at it after the weekend! |
Wonderful, it is working with 0.69 now! Thanks a lot! |
The problem
When creating a group with
"http://127.0.0.1:8080/v1/groups/PHONE_NUMBER"
and
json={'description': 'string', 'group_link': 'enabled', 'members': ['PHONE_NUMBER'], 'name': 'Test', 'permissions': {'add_members': 'only-admins', 'edit_group': 'only-admins'}}
with group_link = enabled
the group is created, however 'Group link' remains disabled in the new group.
Are you using the latest released version?
Have you read the troubleshooting page?
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
The text was updated successfully, but these errors were encountered: