mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
Removed usage of "tag" field
This commit is contained in:
parent
05cac4c186
commit
b7e25d16e7
6 changed files with 13 additions and 80 deletions
|
@ -2001,7 +2001,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