fix problem with frozen string #85
This commit is contained in:
@@ -12,7 +12,7 @@ class Messenger
|
||||
#
|
||||
# Redmine::WikiFormatting.html_parser.to_text(text)
|
||||
|
||||
text = +text.to_s
|
||||
text = text.to_s.dup
|
||||
|
||||
# @see https://api.slack.com/reference/surfaces/formatting#escaping
|
||||
|
||||
|
||||
Reference in New Issue
Block a user