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
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-07-31 13:33:48 +0300
committerJoas Schilling <coding@schilljs.com>2018-09-27 17:21:21 +0300
commitbc29961a79d50d3746aa97b6019716e063aadc69 (patch)
tree7b161728a32d7233d895d0690a6b5a3f7526d297 /lib/Capabilities.php
parent2fe99e14967cec083c098318dab54283be51954f (diff)
Allow to invite email addresses
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Capabilities.php')
-rw-r--r--lib/Capabilities.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Capabilities.php b/lib/Capabilities.php
index 645ad99de..b409d8454 100644
--- a/lib/Capabilities.php
+++ b/lib/Capabilities.php
@@ -45,6 +45,7 @@ class Capabilities implements IPublicCapability {
'system-messages',
'mention-flag',
'in-call-flags',
+ 'invite-by-mail',
],
],
];