mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:10:13 +00:00
Set intro.blocked to deprecated
This commit is contained in:
parent
bf0782dc6b
commit
ed184bd592
7 changed files with 14 additions and 14 deletions
|
@ -44,7 +44,6 @@ class Introduction extends BaseFactory implements ICanCreateFromTableRow
|
|||
$row['note'] ?? '',
|
||||
$row['hash'] ?? '',
|
||||
new \DateTime($row['datetime'] ?? 'now', new \DateTimeZone('UTC')),
|
||||
!empty($row['blocked']),
|
||||
!empty($row['ignore']),
|
||||
$row['id'] ?? null
|
||||
);
|
||||
|
@ -69,7 +68,6 @@ class Introduction extends BaseFactory implements ICanCreateFromTableRow
|
|||
'note' => $note,
|
||||
'hash' => Strings::getRandomHex(),
|
||||
'datetime' => DateTimeFormat::utcNow(),
|
||||
'blocked' => false,
|
||||
'ignore' => false,
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue