summaryrefslogtreecommitdiffstats
path: root/lib/Model/Attendee.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Model/Attendee.php')
-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 5a758d4ae..6f7b083a5 100644
--- a/lib/Model/Attendee.php
+++ b/lib/Model/Attendee.php
@@ -58,6 +58,7 @@ class Attendee extends Entity {
public const ACTOR_GUESTS = 'guests';
public const ACTOR_EMAILS = 'emails';
public const ACTOR_CIRCLES = 'circles';
+ public const ACTOR_BRIDGED = 'bridged';
public const PUBLISHING_PERMISSIONS_NONE = 0;
public const PUBLISHING_PERMISSIONS_AUDIO = 1;