mirror of
https://github.com/friendica/friendica
synced 2025-04-29 14:24:22 +02:00
Now there are user defined channels
This commit is contained in:
parent
bc3bdf3cb0
commit
ed24d06e0c
12 changed files with 132 additions and 49 deletions
|
@ -571,6 +571,14 @@ abstract class DI
|
|||
return self::$dice->create(Content\Conversation\Factory\Channel::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Content\Conversation\Factory\UserDefinedChannel
|
||||
*/
|
||||
public static function UserDefinedChannelFactory()
|
||||
{
|
||||
return self::$dice->create(Content\Conversation\Factory\UserDefinedChannel::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Content\Conversation\Factory\Network
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue