From f2d7298cf4f81674c808c34ea35d7c7de98b6de1 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 20 Oct 2023 09:30:29 +0000 Subject: check if we have the record in the short time cache before actually fetching it --- Zotlabs/Web/HTTPSig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotlabs/Web/HTTPSig.php b/Zotlabs/Web/HTTPSig.php index 531b18649..b709d3e44 100644 --- a/Zotlabs/Web/HTTPSig.php +++ b/Zotlabs/Web/HTTPSig.php @@ -324,7 +324,7 @@ class HTTPSig { } // The record wasn't in cache. Fetch it now. - $r = Activity::fetch($id); + $r = Activity::get_actor($id); $signatureAlgorithm = EMPTY_STR; if ($r) { -- cgit v1.2.3