Add debugging logs.

stable
Roger Braun 7 years ago
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…
Cancel
Save