mirror of
https://github.com/friendica/friendica
synced 2025-04-19 10:30:10 +00:00
Caching for profiles removed
This commit is contained in:
parent
4e3e9dc763
commit
c3fd8b39aa
2 changed files with 1 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue