From 368e085144cc3bea501dc14a783f32cd696cb3af Mon Sep 17 00:00:00 2001 From: lain Date: Sun, 11 Mar 2018 14:47:37 +0100 Subject: Don't validate on missing public key. --- lib/pleroma/web/http_signatures/http_signatures.ex | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 -- cgit v1.2.3