Show attachments in new issues and show flag if private comment
This commit is contained in:
@@ -13,6 +13,8 @@ class Messenger
|
||||
# Redmine::WikiFormatting.html_parser.to_text(text)
|
||||
|
||||
text = +text.to_s
|
||||
|
||||
# @see https://api.slack.com/reference/surfaces/formatting#escaping
|
||||
text.gsub!('&', '&')
|
||||
text.gsub!('<', '<')
|
||||
text.gsub!('>', '>')
|
||||
|
||||
Reference in New Issue
Block a user