fix: strip markdown hard-break backslashes from webhook payloads (#13950)
This commit is contained in:
@@ -8,7 +8,7 @@ class MessageContentPresenter < SimpleDelegator
|
||||
end
|
||||
|
||||
def webhook_content
|
||||
content_with_survey_link
|
||||
Messages::WebhookContentNormalizer.normalize(content_with_survey_link)
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user