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:
authorVincent Petry <vincent@nextcloud.com>2020-12-02 15:55:24 +0300
committerVincent Petry <vincent@nextcloud.com>2020-12-11 20:15:48 +0300
commit65238d1b8f487596dc79b19fe6a6be3a4fb417be (patch)
treedf44da5a069d248766065a21f66e76725c98b1eb /src/store/conversationsStore.js
parent353206e1e695d531f2a51003ac93cfc3cd669bce (diff)
Adjustments for listable rooms after review
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'src/store/conversationsStore.js')
-rw-r--r--src/store/conversationsStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/conversationsStore.js b/src/store/conversationsStore.js
index cb8b7745c..00a15d4a3 100644
--- a/src/store/conversationsStore.js
+++ b/src/store/conversationsStore.js
@@ -44,7 +44,7 @@ const DUMMY_CONVERSATION = {
participantFlags: PARTICIPANT.CALL_FLAG.DISCONNECTED,
participantType: PARTICIPANT.TYPE.USER,
readOnly: CONVERSATION.STATE.READ_ONLY,
- listable: CONVERSATION.LISTABLE.PARTICIPANTS,
+ listable: CONVERSATION.LISTABLE.NONE,
hasCall: false,
canStartCall: false,
lobbyState: WEBINAR.LOBBY.NONE,