mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:10:11 +00:00
Avoid proxyfying images that are removed or replaced later
This commit is contained in:
parent
a5176cb841
commit
90588ddb8e
5 changed files with 8 additions and 7 deletions
|
@ -1008,9 +1008,6 @@ class Item
|
|||
// Check for hashtags in the body and repair or add hashtag links
|
||||
$item['body'] = self::setHashtags($item['body']);
|
||||
|
||||
// Fill the cache field
|
||||
self::putInCache($item);
|
||||
|
||||
if (stristr($item['verb'], Activity::POKE)) {
|
||||
$notify_type = Delivery::POKE;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue