Skip to content
Snippets Groups Projects
Commit 9f15937f authored by lain's avatar lain
Browse files

Actually guess 3 days...

parent d2c4a427
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment