fix: strip markdown hard-break backslashes from webhook payloads (#13950)
This commit is contained in:
@@ -10,6 +10,6 @@ module PushDataHelper
|
||||
end
|
||||
|
||||
def webhook_data
|
||||
Conversations::EventDataPresenter.new(self).push_data
|
||||
Conversations::EventDataPresenter.new(self).webhook_data
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user