User defined channels can now base on circles/channels
This commit is contained in:
@@ -91,6 +91,7 @@ class Channel extends \Friendica\BaseRepository
|
||||
'description' => $Channel->description,
|
||||
'access-key' => $Channel->accessKey,
|
||||
'uid' => $Channel->uid,
|
||||
'circle' => $Channel->circle,
|
||||
'include-tags' => $Channel->includeTags,
|
||||
'exclude-tags' => $Channel->excludeTags,
|
||||
'full-text-search' => $Channel->fullTextSearch,
|
||||
|
||||
Reference in New Issue
Block a user