From 0280309098fe8aed6ec6859515154e47a4161a5c Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 27 Jan 2018 21:37:49 +0200 Subject: [PATCH] Update README --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8472f518..74a0c65f 100644 --- a/README.md +++ b/README.md @@ -109,17 +109,14 @@ does not do this automatically.~~ * [x] Automatic portal creation for groups/channels at startup * [x] Automatic portal creation for groups/channels when receiving invite/message * [ ] Private chat creation by inviting Telegram user to new room - * [ ] Joining public channels/supergroups using room aliases * [ ] Searching for Telegram users using management commands - * [ ] Creating new Telegram chats from Matrix - * [ ] Creating Telegram chats for existing Matrix rooms * Misc * [ ] Use optional bot to relay messages for unauthenticated Matrix users - * [ ] Command to upgrade chat to supergroup from Matrix + * [ ] Joining public channels/supergroups using room aliases * Commands - * [x] Logging in and out - * [ ] Registering - * [ ] Searching for users - * [ ] Starting a private chat with users - * [ ] Creating a Telegram chat for an existing Matrix room - * [ ] Upgrading the chat of a portal room into a supergroup + * [x] Logging in and out (`login` + code entering, `logout`) + * [ ] Registering (`register`) + * [ ] Searching for users (`search`) + * [ ] Starting private chats (`pm`) + * [ ] Creating a Telegram chat for an existing Matrix room (`create`) + * [ ] Upgrading the chat of a portal room into a supergroup (`upgrade`)