mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-19 23:25:52 -04:00
Reenable force_resolve on pubsub subcribe request
This commit is contained in:
parent
2fea6a8499
commit
815a1c2cc4
@ -302,7 +302,7 @@ def subscribe_pubsub(topic, key)
|
||||
"hub.secret" => key.to_s,
|
||||
}
|
||||
|
||||
return make_client(PUBSUB_URL, force_resolve: false, &.post("/subscribe", form: body))
|
||||
return make_client(PUBSUB_URL, &.post("/subscribe", form: body))
|
||||
end
|
||||
|
||||
def parse_range(range)
|
||||
|
Loading…
x
Reference in New Issue
Block a user