-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Multiple links in message - Slack sanitization #4817
Conversation
Multi links will be converted to original content
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.
thanks a lot for the contribution 🚀 code itself looks good - can you please add some tests for the link/email replacement functionality?
@tmbo can you let me know where i need to do that? |
@vigneshp826 you could add examples here: https://github.com/RasaHQ/rasa/blob/master/tests/core/test_channels.py#L464 |
@vigneshp826 are you still planning on finishing this PR? |
@erohmensing little bit busy in my BAU activities. Will try t complete next week. Sorry for the delay |
Okay, just wanted to check it wasn't going stale. The mechanism for changelog has changed since, please remove your changelog file and follow these instructions |
test case addition for converting garbled url's into actuals
@tmbo @erohmensing added the test piece of code and changelog, let me know if any changes required |
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.
looks great - thanks a lot for the improvement 🚀
Proposed changes:
multiple links if present.
Status (please check what you already did):
black
(please check Readme for instructions)