projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c733f
)
Add some debug info to websub.
author
Roger Braun
<roger@rogerbraun.net>
Wed, 2 Aug 2017 10:03:45 +0000
(12:03 +0200)
committer
Roger Braun
<roger@rogerbraun.net>
Wed, 2 Aug 2017 10:03:45 +0000
(12:03 +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 188144a886e23339d46d6a092b1e32c0a04c56e3..6c9164ec8ec3ab7a1dde4b6c8516ee2000c7f6a4 100644
(file)
--- a/
lib/pleroma/web/websub/websub_controller.ex
+++ b/
lib/pleroma/web/websub/websub_controller.ex
@@
-20,6
+20,8
@@
defmodule Pleroma.Web.Websub.WebsubController do
# TODO: Extract this into the Websub module
def websub_subscription_confirmation(conn, %{"id" => id, "hub.mode" => "subscribe", "hub.challenge" => challenge, "hub.topic" => topic} = params) do
+ Logger.debug("Got websub confirmation")
+ Logger.debug(inspect(params))
lease_seconds = if params["hub.lease_seconds"] do
String.to_integer(params["hub.lease_seconds"])
else