Add support for inviting users and initiating chats from Matrix

This commit is contained in:
Tulir Asokan
2018-01-28 17:02:32 +02:00
parent aadaffa97a
commit 143ca11f05
9 changed files with 208 additions and 39 deletions
+3 -3
View File
@@ -72,7 +72,7 @@ does not do this automatically.~~
* [ ] Pinning messages
* [x] Power level
* [ ] Membership actions
* [ ] Inviting
* [x] Inviting
* [ ] Kicking
* [ ] Joining/leaving
* [ ] Room metadata changes
@@ -108,7 +108,7 @@ does not do this automatically.~~
* Misc
* [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
* [x] Private chat creation by inviting Telegram user to new room
* [ ] Use optional bot to relay messages for unauthenticated Matrix users
* [ ] Joining public channels/supergroups using room aliases
* Commands
@@ -117,5 +117,5 @@ does not do this automatically.~~
* [x] Searching for users (`search`)
* [x] Starting private chats (`pm`)
* [x] Joining chats with invite links (`join`)
* [ ] Creating a Telegram chat for an existing Matrix room (`create`)
* [x] Creating a Telegram chat for an existing Matrix room (`create`)
* [ ] Upgrading the chat of a portal room into a supergroup (`upgrade`)