Add internal DECK_USER type to allow unsharing for individual users

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/24605/head
Julius Härtl 4 years ago
parent f3150f29a7
commit c770d33717
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 5
      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
*/

Loading…
Cancel
Save