From 369cb374d85e653639cba1514ce46928660b4c41 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 19 Oct 2023 14:32:04 +0100 Subject: [PATCH] fep-521a has changed --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index b5ee46d28..458b9d03d 100644 --- a/daemon.py +++ b/daemon.py @@ -1011,7 +1011,7 @@ class PubServer(BaseHTTPRequestHandler): store_person_in_cache(base_dir, actor, actor_json, person_cache, False) if not actor_json.get('publicKey') and \ - not actor_json.get('authentication'): + not actor_json.get('assertionMethod'): return None original_person_url = \ self._get_instance_url(calling_domain) + path