Fix og:image requests when html in a web page is over 1.megabyte (#30362)

pull/30366/head
Joshua Byrd 10 months ago committed by GitHub
parent 2da2a1dae9
commit 6282b6da77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -56,7 +56,7 @@ class FetchLinkCardService < BaseService
@html_charset = res.charset
res.body_with_limit
res.truncated_body
end
end

Loading…
Cancel
Save