mirror of
https://github.com/friendica/friendica
synced 2025-04-29 11:04:22 +02:00
User defined channels can now base on circles/channels
This commit is contained in:
parent
2164787499
commit
9f23bee6e4
11 changed files with 136 additions and 73 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue