-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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] Internal hubot support for Direct Messages and Private Groups #8933
[NEW] Internal hubot support for Direct Messages and Private Groups #8933
Conversation
Nice if this could make it in to 60 :-) |
I would like people to DM to my hubot. Was trying to edit snap files to fast get this feature, but can't do this because of protection :( hubot-rocketchat adapter could use DM, but I wanted to use internal. How could we add this to release? |
@ramrami is there any chance you could look at this ? |
@reetp It's ready to be merged. All we need is a review from core team members. |
@rodrigok can one of the devs look at this? A fix and PR has been languishing here for some while for a bug that has been open for ages. I don't understand why it has been ignored so long. Thanks. |
Sorry guys some how this slipped by. |
Thanks Aaron :-) |
@ramrami is there anything that needs to be done so we can see this in the 0.62 release ? |
@reetp It's already approved by @geekgonecrazy, and it has been added to the 0.62.0 milestone. I'm not part of the team, so I can't merge it ^^ |
We'll began merging PR's for 0.62.0 I believe this next week. No worries, I don't see any reason this won't land |
Iam using 0.62.2 version of rocketchat on Centos with custom installation. |
@vaggeliskls Did you invite the bot to the private channel ? |
Ok. Thanks you very much. I run /invite @rocket.cat and then @rocket.cat help and it worked. Fast response and really useful community. |
@RocketChat/core
Before
Internal hubot only responded to public rooms (room.t = 'c')
After
Internal hubot respond to the enabled room types ( 'c' or 'd' or 'p')
Edit
The bot respond in private groups only if it's added to that group.
Closes #7550 (maybe 5191 also)