]> git.mxchange.org Git - friendica.git/commitdiff
Property added
authorMichael <heluecht@pirati.ca>
Thu, 11 Jan 2024 06:49:15 +0000 (06:49 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 28 Jan 2024 15:37:43 +0000 (16:37 +0100)
src/Content/Conversation/Entity/Timeline.php

index cbb2862eb5bc46e27b734803e433d25faa54fddd..914f3795c6913f1aaee54f7211ac6d70c03f0201 100644 (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
 {