mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
Experimental feature to enter a custom creation date
This commit is contained in:
parent
d5f0829cad
commit
0d8cf06e4a
12 changed files with 306 additions and 270 deletions
|
@ -869,7 +869,7 @@ class Item
|
|||
$item["contact-id"] = self::contactId($item);
|
||||
|
||||
if (!empty($item['direction']) && in_array($item['direction'], [Conversation::PUSH, Conversation::RELAY]) &&
|
||||
self::isTooOld($item)) {
|
||||
empty($item['origin']) &&self::isTooOld($item)) {
|
||||
Logger::info('Item is too old', ['item' => $item]);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue