projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c4a42
)
Actually guess 3 days...
author
Roger Braun
<roger@rogerbraun.net>
Wed, 10 May 2017 17:12:40 +0000
(19:12 +0200)
committer
Roger Braun
<roger@rogerbraun.net>
Wed, 10 May 2017 17:12:40 +0000
(19:12 +0200)
lib/pleroma/web/websub/websub_controller.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/websub/websub_controller.ex
b/lib/pleroma/web/websub/websub_controller.ex
index c47c820bc93475493f8f0a71397b3172bc8ce311..188144a886e23339d46d6a092b1e32c0a04c56e3 100644
(file)
--- 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