Add debugging logs.
This commit is contained in:
parent
97257c692c
commit
151da344be
@ -44,6 +44,7 @@ defmodule Pleroma.Web.Websub do
|
||||
|> to_string
|
||||
|
||||
signature = sign(sub.secret, response)
|
||||
Logger.debug("Pushing to #{sub.callback}")
|
||||
HTTPoison.post(sub.callback, response, [
|
||||
{"Content-Type", "application/atom+xml"},
|
||||
{"X-Hub-Signature", "sha1=#{signature}"}
|
||||
|
Loading…
Reference in New Issue
Block a user