Property added

This commit is contained in:
Michael 2024-01-11 06:49:15 +00:00
parent ad15b7b256
commit 43d5409937
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ namespace Friendica\Content\Conversation\Entity;
* @property-read array $languages Channel languages
* @property-read int $circle Circle or timeline this channel is based on
* @property-read bool $publish Publish the channel
* @property-read bool $valid Signalizes that the search condiions are valid
*/
class Timeline extends \Friendica\BaseEntity
{