diff options
Diffstat (limited to 'lib/private/Share/Constants.php')
-rw-r--r-- | lib/private/Share/Constants.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/private/Share/Constants.php b/lib/private/Share/Constants.php index 2310859c5be..0ba68428c87 100644 --- a/lib/private/Share/Constants.php +++ b/lib/private/Share/Constants.php @@ -70,6 +70,10 @@ class Constants { */ public const SHARE_TYPE_ROOM = 10; // const SHARE_TYPE_USERROOM = 11; // Internal type used by RoomShareProvider + /** + * @deprecated 21.0.0 - use IShare::TYPE_ROOM instead + */ + public const SHARE_TYPE_DECK = 12; public const FORMAT_NONE = -1; public const FORMAT_STATUSES = -2; |