fix: strip markdown hard-break backslashes from webhook payloads (#13950)

This commit is contained in:
Sivin Varghese
2026-04-16 13:19:35 +05:30
committed by GitHub
parent b5264a2560
commit 48533e2a5d
7 changed files with 73 additions and 2 deletions

View File

@@ -10,6 +10,6 @@ module PushDataHelper
end
def webhook_data
Conversations::EventDataPresenter.new(self).push_data
Conversations::EventDataPresenter.new(self).webhook_data
end
end