-
Notifications
You must be signed in to change notification settings - Fork 4.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
changing personId to roomId #5460
Conversation
Thanks for submitting a pull request 🚀 @rgstephens will take a look at it as soon as possible ✨ |
Very much needed fix, thanks! Although what I fail to understand is why the latest package - 1.10.2 - which released few days back doesn't have this fix/code present. Please let me know what I may be missing, thanks! |
@isaac-philip This was merged into |
Thanks @wochinge for the suggestion. I guess it would make sense to backport it since 1.11.0 is way far off. Let me get to it. Have a great day! |
This is a much needed fix because presently we are unable to have the rasa-bot respond back to the specific room that sends the message thus enabling `no reply` to the user The fix is also presented at RasaHQ#5460 but since it will be released at 1.11.0 thenn we need to hotfix it soon. References RasaHQ#5460
Proposed changes:
personId
toroomId
on input channel since all of the output channel functions use roomIdroomID
toroomId
in custom_json outputStatus (please check what you already did):
black
(please check Readme for instructions)