mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Remove unneeded functions
This commit is contained in:
parent
6a86eeda10
commit
aae5f006f9
3 changed files with 2 additions and 58 deletions
|
@ -35,23 +35,6 @@ final class Network extends Timeline
|
|||
parent::__construct($channel, $l10n, $logger, $config);
|
||||
}
|
||||
|
||||
public function createFromTableRow(array $row): NetworkEntity
|
||||
{
|
||||
return new NetworkEntity(
|
||||
$row['id'] ?? null,
|
||||
$row['label'],
|
||||
$row['description'] ?? null,
|
||||
$row['access-key'] ?? null,
|
||||
null,
|
||||
$row['uid'],
|
||||
$row['include-tags'] ?? null,
|
||||
$row['exclude-tags'] ?? null,
|
||||
$row['full-text-search'] ?? null,
|
||||
$row['media-type'] ?? null,
|
||||
$row['circle'] ?? null,
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* List of available network timelines
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue