mirror of
https://github.com/iv-org/invidious
synced 2024-11-09 01:10:27 +00:00
Remove "lease_seconds" from pubsub response
This commit is contained in:
parent
99d9c3a900
commit
b2f4a0276a
@ -2330,7 +2330,6 @@ get "/feed/webhook/:token" do |env|
|
|||||||
mode = env.params.query["hub.mode"]
|
mode = env.params.query["hub.mode"]
|
||||||
topic = env.params.query["hub.topic"]
|
topic = env.params.query["hub.topic"]
|
||||||
challenge = env.params.query["hub.challenge"]
|
challenge = env.params.query["hub.challenge"]
|
||||||
lease_seconds = env.params.query["hub.lease_seconds"]
|
|
||||||
|
|
||||||
if verify_token.starts_with? "v1"
|
if verify_token.starts_with? "v1"
|
||||||
_, time, nonce, signature = verify_token.split(":")
|
_, time, nonce, signature = verify_token.split(":")
|
||||||
|
Loading…
Reference in New Issue
Block a user