Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.js')
-rw-r--r--src/constants.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.js b/src/constants.js
index 6beaaa2e2..121eafb3d 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -97,6 +97,6 @@ export const FLOW = {
},
}
export const PRIVACY = {
- PRIVATE: 'private',
- PUBLIC: 'public',
+ PUBLIC: 0,
+ PRIVATE: 1,
}