Actually guess 3 days...
This commit is contained in:
parent
d2c4a427f1
commit
9f15937fe6
@ -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…
Reference in New Issue
Block a user