From 1301730ed8d6375a326be2cb8b5e22b349d6def9 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 7 Dec 2023 06:52:03 +0000 Subject: [PATCH] Remove comment --- src/Protocol/Diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index 3f456a697..59918287a 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -3310,7 +3310,7 @@ class Diaspora $result = DI::cache()->get($cachekey); if (!is_null($result)) { -// return $result; + return $result; } $myaddr = self::myHandle($owner);