Caching for profiles removed

This commit is contained in:
Michael 2022-05-17 12:53:31 +00:00
parent 4e3e9dc763
commit c3fd8b39aa
2 changed files with 1 additions and 12 deletions

View file

@ -1225,7 +1225,6 @@ class Item
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']);
DI::cache()->delete(ActivityPub\Transmitter::CACHEKEY_PROFILE . $posted_item['uid']);
}
return $post_user_id;