From c770d337177b135fa6d225a28b5517dfb5483bd2 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Tue, 8 Dec 2020 12:59:09 +0100 Subject: Add internal DECK_USER type to allow unsharing for individual users MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/public/Share/IShare.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/public') diff --git a/lib/public/Share/IShare.php b/lib/public/Share/IShare.php index 1e40d7f6650..4bd290d66c8 100644 --- a/lib/public/Share/IShare.php +++ b/lib/public/Share/IShare.php @@ -110,6 +110,11 @@ interface IShare { */ public const TYPE_DECK = 12; + /** + * @internal 21.00 + */ + public const TYPE_DECK_USER = 13; + /** * @since 18.0.0 */ -- cgit v1.2.3