From 4d617c9c48598635a86d045a2d7f9fb9df9ddd3d Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 15 Aug 2022 18:46:10 +0000 Subject: [PATCH] This cache key doesn't exist anymore --- src/Model/Item.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Model/Item.php b/src/Model/Item.php index 4a602907bc..57e5b97bcd 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -1273,10 +1273,6 @@ class Item self::updateDisplayCache($posted_item['uri-id']); } - if ($posted_item['origin'] && ($posted_item['uid'] != 0) && in_array($posted_item['gravity'], [GRAVITY_PARENT, GRAVITY_COMMENT])) { - DI::cache()->delete(ActivityPub\Transmitter::CACHEKEY_OUTBOX . $posted_item['uid']); - } - return $post_user_id; }