diff --git a/README.md b/README.md
index 42334a4..9df6013 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ RemnantChat is a free (as in both price and freedom) communication tool. It is f
- Ephemeral
- Message content is never persisted to disk on either the client or server
- Decentralized
- - There is no API server. All that's required for RemnantChat to function is availability of GitHub for static assets, and public WebTorrent and STUN/TURN relay servers for establishing peer-to-peer communication.
+ - There is no API server. All that's required for RemnantChat to function is availability of static assets on the server, and public WebTorrent and STUN/TURN relay servers for establishing peer-to-peer communication.
- Embeddable
- [Self-hostable](#self-hosting)
@@ -89,6 +89,9 @@ The core of RemnantChat's security model is the fact that it is fully open sourc
- Add room moderation
- Chat history persistence settings
+- Direct Messaging
+- Emoticons on desktop (also ability to react to messages)
+- Respond to messages
## Environments
diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx
index 5496901..7bb0c41 100644
--- a/src/pages/Home/Home.tsx
+++ b/src/pages/Home/Home.tsx
@@ -109,7 +109,7 @@ export function Home({ userId }: HomeProps) {
}}
disabled={!isRoomNameValid}
>
- Join public room
+ Create public room
- This is a free communication tool that is designed for simplicity,
- privacy, and security. All interaction between you and your online
- peers is encrypted. There is no record of your conversation once you
- all leave.
+ 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.
+
+ {' '}
+ Romans 11:5
+
-
+
+
+ Official Public Rooms to Join: ({
color: theme.palette.text.primary,
})}
>
-
+ • General Chat
Licensed under{' '}
GPL v2
. Please{' '}
read the docs