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:
authorGary Kim <gary@garykim.dev>2021-07-03 00:11:10 +0300
committerGary Kim <gary@garykim.dev>2021-07-15 20:55:19 +0300
commitc49a1c27544ab0a4014a2ff385285d2bb556e5e6 (patch)
tree4042f64913e3615429e77e9c4cfba848f6ad0ef0 /lib/Model
parent5219c0deb24dfccb11794447da52bddfeb3d9cc9 (diff)
Review fixes
Signed-off-by: Gary Kim <gary@garykim.dev>
Diffstat (limited to 'lib/Model')
-rw-r--r--lib/Model/Attendee.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Model/Attendee.php b/lib/Model/Attendee.php
index 0591d1dac..9d1ccb0f2 100644
--- a/lib/Model/Attendee.php
+++ b/lib/Model/Attendee.php
@@ -61,7 +61,7 @@ class Attendee extends Entity {
public const ACTOR_EMAILS = 'emails';
public const ACTOR_CIRCLES = 'circles';
public const ACTOR_BRIDGED = 'bridged';
- public const ACTOR_FEDERATED_REMOTE_USER = 'federated_remote';
+ public const ACTOR_FEDERATED_USERS = 'federated_users';
public const PUBLISHING_PERMISSIONS_NONE = 0;
public const PUBLISHING_PERMISSIONS_AUDIO = 1;