Add internal DECK_USER type to allow unsharing for individual users
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
f3150f29a7
commit
c770d33717
|
@ -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…
Reference in New Issue