mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:10:12 +00:00
Merge branch 'no-term3' into no-term2
This commit is contained in:
commit
3d4ace7a9d
6 changed files with 13 additions and 80 deletions
|
@ -1996,7 +1996,7 @@ class DFRN
|
|||
}
|
||||
|
||||
$fields = ['title' => $item['title'] ?? '', 'body' => $item['body'] ?? '',
|
||||
'tag' => $item['tag'] ?? '', 'changed' => DateTimeFormat::utcNow(),
|
||||
'changed' => DateTimeFormat::utcNow(),
|
||||
'edited' => DateTimeFormat::utc($item["edited"])];
|
||||
|
||||
$condition = ["`uri` = ? AND `uid` IN (0, ?)", $item["uri"], $importer["importer_uid"]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue