Browse Source

Actually guess 3 days...

tags/v0.9.9
Roger Braun 7 years ago
parent
commit
9f15937fe6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/web/websub/websub_controller.ex

+ 1
- 1
lib/pleroma/web/websub/websub_controller.ex View File

@@ -24,7 +24,7 @@ defmodule Pleroma.Web.Websub.WebsubController do
String.to_integer(params["hub.lease_seconds"])
else
# Guess 3 days
60 * 24 * 3
60 * 60 * 24 * 3
end

with %WebsubClientSubscription{} = websub <- Repo.get_by(WebsubClientSubscription, id: id, topic: topic) do


Loading…
Cancel
Save