From 857bb4536628814cdae3591c795bb1e21e9704b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= <danxuliu@gmail.com>
Date: Fri, 29 Jun 2018 09:58:07 +0200
Subject: [PATCH] Add comment with IDs of internal share types
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
---
 lib/private/Share/Constants.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/private/Share/Constants.php b/lib/private/Share/Constants.php
index a79bbf677f7..72dc5cd43be 100644
--- a/lib/private/Share/Constants.php
+++ b/lib/private/Share/Constants.php
@@ -31,6 +31,7 @@ class Constants {
 
 	const SHARE_TYPE_USER = 0;
 	const SHARE_TYPE_GROUP = 1;
+	// const SHARE_TYPE_USERGROUP = 2; // Internal type used by DefaultShareProvider
 	const SHARE_TYPE_LINK = 3;
 	const SHARE_TYPE_EMAIL = 4;
 	const SHARE_TYPE_CONTACT = 5; // ToDo Check if it is still in use otherwise remove it
@@ -39,6 +40,7 @@ class Constants {
 	const SHARE_TYPE_GUEST = 8;
 	const SHARE_TYPE_REMOTE_GROUP = 9;
 	const SHARE_TYPE_ROOM = 10;
+	// const SHARE_TYPE_USERROOM = 11; // Internal type used by RoomShareProvider
 
 	const FORMAT_NONE = -1;
 	const FORMAT_STATUSES = -2;
-- 
GitLab