aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-03-11 14:47:37 +0100
committerlain <lain@soykaf.club>2018-03-11 14:47:37 +0100
commit368e085144cc3bea501dc14a783f32cd696cb3af (patch)
treef92eb1c224045f15f13afc5b7f247e1717d2fd4c /lib
parenta9f78fe8e07df1fdd51f235090cd35b09c73aa34 (diff)
downloadpleroma-368e085144cc3bea501dc14a783f32cd696cb3af.tar.gz
Don't validate on missing public key.
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/http_signatures/http_signatures.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/http_signatures/http_signatures.ex b/lib/pleroma/web/http_signatures/http_signatures.ex
index 09ac4a374..d0695cb16 100644
--- a/lib/pleroma/web/http_signatures/http_signatures.ex
+++ b/lib/pleroma/web/http_signatures/http_signatures.ex
@@ -47,6 +47,7 @@ defmodule Pleroma.Web.HTTPSignatures do
else
e ->
Logger.debug("Could not public key!")
+ false
end
end