aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/src/index.js')
-rw-r--r--apps/files_sharing/src/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/src/index.js b/apps/files_sharing/src/index.js
index 786b648aea1..3c0d0e65c8f 100644
--- a/apps/files_sharing/src/index.js
+++ b/apps/files_sharing/src/index.js
@@ -32,5 +32,6 @@ Object.assign(OC, {
SHARE_TYPE_GUEST: 8,
SHARE_TYPE_REMOTE_GROUP: 9,
SHARE_TYPE_ROOM: 10,
+ SHARE_TYPE_DECK: 12,
},
})