mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-17 05:42:34 -04:00
Remove "lease_seconds" from pubsub response
This commit is contained in:
parent
99d9c3a900
commit
b2f4a0276a
1 changed files with 0 additions and 1 deletions
|
@ -2330,7 +2330,6 @@ get "/feed/webhook/:token" do |env|
|
|||
mode = env.params.query["hub.mode"]
|
||||
topic = env.params.query["hub.topic"]
|
||||
challenge = env.params.query["hub.challenge"]
|
||||
lease_seconds = env.params.query["hub.lease_seconds"]
|
||||
|
||||
if verify_token.starts_with? "v1"
|
||||
_, time, nonce, signature = verify_token.split(":")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue