From 65238d1b8f487596dc79b19fe6a6be3a4fb417be Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 2 Dec 2020 13:55:24 +0100 Subject: Adjustments for listable rooms after review Signed-off-by: Vincent Petry --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/constants.js') diff --git a/src/constants.js b/src/constants.js index 6c9b9be69..dfb298173 100644 --- a/src/constants.js +++ b/src/constants.js @@ -35,7 +35,7 @@ export const CONVERSATION = { READ_ONLY: 1, }, LISTABLE: { - PARTICIPANTS: 0, + NONE: 0, USERS: 1, ALL: 2, }, -- cgit v1.2.3