We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rocket.Chat Version: 0.50.0 ( Ubuntu/snapd) Running Instances: 1 DB Replicaset OpLog: disabled Node Version: v4.6.2
admin with full rights can't join a user to a channel via API, if he (the admin) isn't in the channel.
Guest role: create-d / view-I-room ( nothing else) Steps:
{ "success": false, "error": "Not allowed [error-not-allowed]", "errorType": "error-not-allowed" }
Expected behaviour: admin can join any user to a channel and/or private channel.
I did not test what would happen if I a new created user is in the group "user", as this is no use case for me.
The text was updated successfully, but these errors were encountered:
duplicate of #5683
Sorry, something went wrong.
No branches or pull requests
Rocket.Chat Version: 0.50.0 ( Ubuntu/snapd)
Running Instances: 1
DB Replicaset OpLog: disabled
Node Version: v4.6.2
admin with full rights can't join a user to a channel via API, if he (the admin) isn't in the channel.
Guest role: create-d / view-I-room ( nothing else)
Steps:
{ "success": false, "error": "Not allowed [error-not-allowed]", "errorType": "error-not-allowed" }
Second test:
Expected behaviour: admin can join any user to a channel and/or private channel.
I did not test what would happen if I a new created user is in the group "user", as this is no use case for me.
The text was updated successfully, but these errors were encountered: