Update roadmap

This commit is contained in:
Tulir Asokan
2018-01-29 10:47:46 +02:00
committed by GitHub
parent 6a8b1ce91d
commit c79eb8b2e7
+13 -6
View File
@@ -68,9 +68,9 @@ The bridge does not do this automatically.
* [x] Rich quotes * [x] Rich quotes
* [ ] Locations (not implemented in Riot) * [ ] Locations (not implemented in Riot)
* [x] Images * [x] Images
* [x] Files * [x] Files* [ ] Add aliases to public channels/supergroups
* [x] Message redactions * [x] Message redactions
* [ ] Presence (currently always shown as online on Telegram) * [ ] Presence (may not be possible, currently always shown as online on Telegram)
* [ ] Typing notifications (may not be possible) * [ ] Typing notifications (may not be possible)
* [ ] Pinning messages * [ ] Pinning messages
* [x] Power level * [x] Power level
@@ -109,16 +109,23 @@ The bridge does not do this automatically.
* [x] Initial chat metadata * [x] Initial chat metadata
* [x] Supergroup upgrade * [x] Supergroup upgrade
* Misc * Misc
* [x] Automatic portal creation for groups/channels at startup * [x] Automatic portal creation
* [x] Automatic portal creation for groups/channels when receiving invite/message * [x] At startup
* [x] Private chat creation by inviting Telegram user to new room * [x] When receiving invite or message
* [ ] Use optional bot to relay messages for unauthenticated Matrix users * [x] Private chat creation by inviting Matrix puppet of Telegram user to new room
* [ ] Option to use bot to relay messages for unauthenticated Matrix users
* [ ] Option to use own Matrix account for messages sent from other Telegram clients
* [ ] Joining public channels/supergroups using room aliases * [ ] Joining public channels/supergroups using room aliases
* [ ] Joining chats with room aliases
* [ ] Name of public channel/supergroup as alias
* [ ] (Maybe) Invite link token as alias
* Commands * Commands
* [x] Logging in and out (`login` + code entering, `logout`) * [x] Logging in and out (`login` + code entering, `logout`)
* [ ] Registering (`register`) * [ ] Registering (`register`)
* [x] Searching for users (`search`) * [x] Searching for users (`search`)
* [ ] Searching contacts locally
* [x] Starting private chats (`pm`) * [x] Starting private chats (`pm`)
* [x] Joining chats with invite links (`join`) * [x] Joining chats with invite links (`join`)
* [x] 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`) * [ ] Upgrading the chat of a portal room into a supergroup (`upgrade`)
* [ ] Getting the Telegram invite link to a Matrix room (`invitelink`)