Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Model
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-06-07 15:21:28 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-07 15:21:28 +0300
commit6116591ca1e51d9ccf81100bd18047578da4c84a (patch)
tree6d1321f1d1a6bf82d0568af157dcac84517054e4 /lib/Model
parentb7cc61b1d7525774b5f2a497e7e67b2ee734e9b6 (diff)
Document circles too
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Model')
-rw-r--r--lib/Model/Attendee.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Model/Attendee.php b/lib/Model/Attendee.php
index d840a9fd4..7766681cd 100644
--- a/lib/Model/Attendee.php
+++ b/lib/Model/Attendee.php
@@ -55,6 +55,7 @@ class Attendee extends Entity {
public const ACTOR_GROUPS = 'groups';
public const ACTOR_GUESTS = 'guests';
public const ACTOR_EMAILS = 'emails';
+ public const ACTOR_CIRCLES = 'circles';
/** @var int */
protected $roomId;