From 3559a6ce7b774d9a48086306700efb89c01cd6d3 Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Tue, 14 Jan 2025 12:08:00 -0600 Subject: [PATCH] README.md improvements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca52f2ef..0c725010 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ framework. - [X] Basic [chat room contract](https://github.com/freenet/river/blob/main/common/src/room_state.rs) - [X] Invite-only rooms - [ ] Private rooms - - [ ] One-click invite links and other permissioning mechanisms + - [ ] One-click invite links and other access-control mechanisms - [ ] [GhostKey](https://freenet.org/ghostkey) support as alternative to invite-only rooms - [X] Web-based [user interface](https://github.com/freenet/river/tree/main/ui) implemented in Dioxus allowing viewing and modifying the chat room state - [ ] Integration with Freenet to synchronize room contracts over the network *(currently working on this)*