Don't validate on missing public key.

This commit is contained in:
lain 2018-03-11 14:47:37 +01:00
commit 368e085144
3 changed files with 9 additions and 0 deletions

View file

@ -47,6 +47,7 @@ defmodule Pleroma.Web.HTTPSignatures do
else
e ->
Logger.debug("Could not public key!")
false
end
end