mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
This cache key doesn't exist anymore
This commit is contained in:
parent
5b3145d7ce
commit
4d617c9c48
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue