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>2020-12-18 18:35:18 +0300
committerJoas Schilling <coding@schilljs.com>2021-03-26 16:27:09 +0300
commitdb91242f45ff9ed40b266fa1e8403c5fbf806eca (patch)
treef1f3f0c603986f3674b91becd85172e4b9a17496 /lib/Model
parentd7bd1a82446aad44bf8b78914a0639cd2d9f73f3 (diff)
Keep track of added groups
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 40d4663db..d70e05495 100644
--- a/lib/Model/Attendee.php
+++ b/lib/Model/Attendee.php
@@ -52,6 +52,7 @@ use OCP\AppFramework\Db\Entity;
*/
class Attendee extends Entity {
public const ACTOR_USERS = 'users';
+ public const ACTOR_GROUP = 'group';
public const ACTOR_GUESTS = 'guests';
public const ACTOR_EMAILS = 'emails';