-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
[NEW] Token Controlled Access channels #8060
Conversation
}, | ||
|
||
showJoinLink() { | ||
return true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is going to just be true with no logic do we really need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so, for private groups there is no logic because it will always show a "Room not found" message and will not render the "join link". unless it's a TCA private group and you can see it (because you have the needed token), in this case it will always show the join link =)
@sampaiodiego can you fix the conflicts? |
@@ -9,6 +9,8 @@ | |||
height: 100%; | |||
justify-content: center; | |||
|
|||
overflow-y: auto; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can I remove this? I fixed that on #8637
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes please
[NEW] Add icon art in Tokenpass channel title
@RocketChat/core
Closes #7693
The integration is enabled after filling the OAauth and API credentials:
After that, users that logged in using the OAuth will have a "Token Channels" group on side nav. There will be listed channels the user has access to based on his tokens:
You can set tokens and the balance required to access a channel on the channel creation page:
You can also set it on the channel info tab bar: