From 11e8e28b87467954546ed5c5acf7ad78b38ec8f3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 4 Dec 2020 11:58:40 +0100 Subject: Interact with integers so we can match it better in queries Signed-off-by: Joas Schilling --- src/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/constants.js') 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, } -- cgit v1.2.3