forked from AkkomaGang/akkoma
Add some debug info to websub.
This commit is contained in:
parent
25c733f402
commit
54af9e145a
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ def websub_subscription_request(conn, %{"nickname" => nickname} = params) 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
|
||||
|
|
Loading…
Reference in a new issue