RocketChat / feature-requests

This repository is used to track Rocket.Chat feature requests and discussions. Click here to open a new feature request.
21 stars 9 forks source link

Auto-join discussions #513

Open SamirSaidani opened 3 years ago

SamirSaidani commented 3 years ago

When creating a Team, we can auto-join a member into a channel, but not for a discussion. A discussion is basically a sub-channel. For instance, we have a general discussion for the team, and a sub-channel (discussion) of the general discussion for setting up meetings.

It makes sense to be able to auto-join a new member into a sub-channel/discussion.

In our use cases, we are using a lot the discussion feature, which means we have to manually add a new member to all the relevant discussions.

The solution I'd like would be to search discussion as well as public channel when adding existing channel, and being able to auto-join discussion as well for a specific team.

SamirSaidani commented 3 years ago

I've noticed that it's possible to add and auto-join a discussion when using the REST API Add Rooms to a Team.

So it seems that the gear is in place, but not the front-end...