CamelCase WebSub in log messages
This commit is contained in:
parent
25279dba77
commit
7f77433c0e
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ 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("Got WebSub confirmation")
|
||||
Logger.debug(inspect(params))
|
||||
lease_seconds = if params["hub.lease_seconds"] do
|
||||
String.to_integer(params["hub.lease_seconds"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue