1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Switched HTMLEntities to the expanded flavor which supports a larger … (#30173)

This commit is contained in:
Tim Rogers 2024-05-04 21:24:10 -05:00 committed by GitHub
parent b7902225d6
commit 2f73e486b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -282,6 +282,6 @@ class LinkDetailsExtractor
end
def html_entities
@html_entities ||= HTMLEntities.new
@html_entities ||= HTMLEntities.new(:expanded)
end
end