Skip to content
Snippets Groups Projects
Unverified Commit c770d337 authored by Julius Härtl's avatar Julius Härtl
Browse files

Add internal DECK_USER type to allow unsharing for individual users


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent f3150f29
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,11 @@ interface IShare { ...@@ -110,6 +110,11 @@ interface IShare {
*/ */
public const TYPE_DECK = 12; public const TYPE_DECK = 12;
/**
* @internal 21.00
*/
public const TYPE_DECK_USER = 13;
/** /**
* @since 18.0.0 * @since 18.0.0
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment