]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Conversation/Factory/Community.php
User Repository\UserDefinedChannel->selectByUid instead of Factory\UserDefinedChannel...
[friendica.git] / src / Content / Conversation / Factory / Community.php
index e08352d631dc8a5fee221e5d3ecc45e1a2858505..bd86ce3a9ff606489b3faaeccbd83fa743409730 100644 (file)
@@ -23,19 +23,10 @@ namespace Friendica\Content\Conversation\Factory;
 
 use Friendica\Content\Conversation\Collection\Timelines;
 use Friendica\Content\Conversation\Entity\Community as CommunityEntity;
-use Friendica\Content\Conversation\Repository\Channel;
-use Friendica\Core\Config\Capability\IManageConfigValues;
-use Friendica\Core\L10n;
 use Friendica\Module\Conversation\Community as CommunityModule;
-use Psr\Log\LoggerInterface;
 
 final class Community extends Timeline
 {
-       public function __construct(Channel $channel, L10n $l10n, LoggerInterface $logger, IManageConfigValues $config)
-       {
-               parent::__construct($channel, $l10n, $logger, $config);
-       }
-
        /**
         * List of available communities
         *