mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:10:14 +00:00
Improve expire for item-content and item-activity
This commit is contained in:
parent
44e405d22b
commit
014eea8e12
2 changed files with 9 additions and 2 deletions
|
@ -766,6 +766,10 @@ class Item extends BaseObject
|
|||
dba::update('item', $item_fields, ['id' => $item['id']]);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (empty($item['iaid'])) {
|
||||
// To-Do
|
||||
}
|
||||
}
|
||||
|
||||
if (!empty($tags)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue