From af9d249d38ec9724afe09ca6fabdd3d75d2aa3f6 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Wed, 6 Nov 2024 17:03:59 -0600 Subject: [PATCH] feat(ui): remove old community room link --- src/pages/About/About.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pages/About/About.tsx b/src/pages/About/About.tsx index 5331fc4a1..aca37fbfd 100644 --- a/src/pages/About/About.tsx +++ b/src/pages/About/About.tsx @@ -57,10 +57,6 @@ When you connect with a peer, Chitchatter automatically attempts to use [public- All public and private keys are generated locally. Your private key is never sent to any peer or server. -##### Community rooms - -There is [a public list of community rooms](https://github.com/jeremyckahn/chitchatter/wiki/Chitchatter-Community-Rooms) that you can join to discuss various topics. - ##### Conversation backfilling Conversation transcripts are erased from local memory as soon as you close the page or navigate away from the room. Conversations are only ever held in volatile memory and never persisted to any disk by Chitchatter.