Remove missed explicit force_resolve=false

This commit is contained in:
syeopite 2024-01-08 14:44:11 -08:00
parent 583a5fce64
commit 4f9332f652
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

View File

@ -2,7 +2,7 @@ module Invidious::Comments
extend self
def fetch_reddit(id, sort_by = "confidence")
client = make_client(REDDIT_URL, force_resolve: false)
client = make_client(REDDIT_URL)
headers = HTTP::Headers{"User-Agent" => "web:invidious:v#{CURRENT_VERSION} (by github.com/iv-org/invidious)"}
# TODO: Use something like #479 for a static list of instances to use here