From 8ea6ead08ad56c1698e870f694cafe4ccb7bab2d Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 21 Oct 2023 21:42:14 +0200 Subject: use Activity::get_actor() which will check for the cache record in xconfig before fetching --- Zotlabs/Lib/ActivityStreams.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotlabs/Lib/ActivityStreams.php b/Zotlabs/Lib/ActivityStreams.php index 8b8c95ad8..4c3e3d8f8 100644 --- a/Zotlabs/Lib/ActivityStreams.php +++ b/Zotlabs/Lib/ActivityStreams.php @@ -351,7 +351,7 @@ class ActivityStreams { $x = $this->get_property_obj($property, $base, $namespace); if ($this->is_url($x)) { - $y = Activity::get_cached_actor($x); + $y = Activity::get_actor($x); if ($y) { return $y; } -- cgit v1.2.3