Just sign with an empty string if needed.

stable
Roger Braun 7 years ago
parent 151da344be
commit 5d9f3df714

@ -43,7 +43,7 @@ defmodule Pleroma.Web.Websub do
|> :xmerl.export_simple(:xmerl_xml)
|> to_string
signature = sign(sub.secret, response)
signature = sign(sub.secret || "", response)
Logger.debug("Pushing to #{sub.callback}")
HTTPoison.post(sub.callback, response, [
{"Content-Type", "application/atom+xml"},

Loading…
Cancel
Save