-
Notifications
You must be signed in to change notification settings - Fork 219
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
Notifications work when forum updates #133
base: master
Are you sure you want to change the base?
Conversation
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.
I found trivial "escape" mistakes. This PR works fine. 👍
lib/redmine_slack/listener.rb
Outdated
|
||
user = message.author | ||
project_url = "<#{object_url project}|#{escape project}>" | ||
message_url = "<#{object_url message}|#{message.subject}>" |
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.
lacking escape : escape message.subject
lib/redmine_slack/listener.rb
Outdated
|
||
user = message.author | ||
project_url = "<#{object_url project}|#{escape project}>" | ||
message_url = "<#{object_url message}|#{message.subject}>" |
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.
lacking escape : escape message.subject
@cat-in-136 Thank you for your review. The pull was updated. |
Tested on Redmine 3.3.4.stable