Skip to content

Commit

Permalink
Remove "lease_seconds" from pubsub response
Browse files Browse the repository at this point in the history
  • Loading branch information
omarroth committed Mar 5, 2019
1 parent 99d9c3a commit b2f4a02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/invidious.cr
Expand Up @@ -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(":")
Expand Down

0 comments on commit b2f4a02

Please sign in to comment.