From: Michael Date: Thu, 11 Jan 2024 06:49:15 +0000 (+0000) Subject: Property added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2faba7da1d06e07a524f99f3339da497ef18cb8d;p=friendica.git Property added --- diff --git a/src/Content/Conversation/Entity/Timeline.php b/src/Content/Conversation/Entity/Timeline.php index cbb2862eb5..914f3795c6 100644 --- a/src/Content/Conversation/Entity/Timeline.php +++ b/src/Content/Conversation/Entity/Timeline.php @@ -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 {