From 9e7f7ba7f6402a36c99e662f3596b009767e2c9c Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 28 Apr 2017 09:56:57 +0200 Subject: Add sharing types for guests Fixes https://github.com/nextcloud/guests/issues/4 Signed-off-by: Lukas Reschke --- lib/private/Share/Constants.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/private') diff --git a/lib/private/Share/Constants.php b/lib/private/Share/Constants.php index 1eb5b1e078b..95480975da5 100644 --- a/lib/private/Share/Constants.php +++ b/lib/private/Share/Constants.php @@ -33,6 +33,7 @@ class Constants { const SHARE_TYPE_CONTACT = 5; // ToDo Check if it is still in use otherwise remove it const SHARE_TYPE_REMOTE = 6; const SHARE_TYPE_CIRCLE = 7; + const SHARE_TYPE_GUEST = 8; const FORMAT_NONE = -1; const FORMAT_STATUSES = -2; -- cgit v1.2.3