From 89f903f856be761060bb6eec480b404ea0608a4f Mon Sep 17 00:00:00 2001 From: Gary Date: Sat, 9 Nov 2024 20:55:56 -0800 Subject: [PATCH] Custom community rooms Custom home description --- src/config/communityRooms.ts | 11 +---------- src/pages/Home/Home.tsx | 24 +++++++----------------- 2 files changed, 8 insertions(+), 27 deletions(-) diff --git a/src/config/communityRooms.ts b/src/config/communityRooms.ts index 1367684..edbe1c7 100644 --- a/src/config/communityRooms.ts +++ b/src/config/communityRooms.ts @@ -1,10 +1 @@ -export const communityRoomNames = [ - 'buy-and-sell', - 'crypto', - 'hacking', - 'leaks', - 'news', - 'organize', - 'politics', - 'resist', -] +export const communityRoomNames = ['General', 'Prayer'] diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx index 1213966..744d400 100644 --- a/src/pages/Home/Home.tsx +++ b/src/pages/Home/Home.tsx @@ -176,9 +176,12 @@ export function Home({ userId }: HomeProps) { }} > - The secure communication tool that is designed for simplicity, - privacy. All interaction between you and your online peers is - encrypted. Conversation records are dumped once everyone leaves. + WEBRTC settings must be enabled in your browser. Is webrtc{' '} + + secure + + ? All interaction between you and your online peers is encrypted. + Conversation records are dumped once everyone leaves. {' '} @@ -186,18 +189,6 @@ export function Home({ userId }: HomeProps) { - - Official Public Rooms to Join: - ({ - color: theme.palette.text.primary, - })} - > - • General Chat - - Licensed under{' '} - read the docs + read the docs. - .