logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 9f15937fe6774f8cf3698d096fabe755f57e4fcf
parent: d2c4a427f17037f4565de7fd1a14681136cec561
Author: Roger Braun <roger@rogerbraun.net>
Date:   Wed, 10 May 2017 19:12:40 +0200

Actually guess 3 days...

Diffstat:

Mlib/pleroma/web/websub/websub_controller.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/web/websub/websub_controller.ex b/lib/pleroma/web/websub/websub_controller.ex @@ -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