fix: limit to non-deleted cards

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2024-01-04 10:53:11 +01:00
parent 037469352e
commit e75ff1c1a0
5 changed files with 20 additions and 14 deletions

View File

@@ -36,6 +36,8 @@ use Sabre\VObject\Component\VCalendar;
* @method int getLastModified()
* @method int getCreatedAt()
* @method bool getArchived()
* @method int getDeletedAt()
* @method void setDeletedAt(int $deletedAt)
* @method bool getNotified()
*
* @method void setLabels(Label[] $labels)