From fcc0d358959f9134ad5f2023f66fa833f6383fba Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Thu, 3 Dec 2020 15:52:43 +0100 Subject: Add share type for deck 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 7b38e00df46..1e40d7f6650 100644 --- a/lib/public/Share/IShare.php +++ b/lib/public/Share/IShare.php @@ -105,6 +105,11 @@ interface IShare { */ // const TYPE_USERROOM = 11; + /** + * @since 21.0.0 + */ + public const TYPE_DECK = 12; + /** * @since 18.0.0 */ -- cgit v1.2.3