Files

59 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

2018-02-05 16:39:41 +02:00
# Features & roadmap
* Matrix → Telegram
* [x] Message content (text, formatting, files, etc..)
* [x] Message redactions
* [x] Message reactions
* [x] Message edits
* [ ] ‡ Message history
* [ ] Presence
* [x] Typing notifications
* [x] Read receipts
* [ ] Pinning messages
* [ ] Power level
* [ ] Membership actions (invite/kick/join/leave)
* [ ] Room metadata changes (name, topic, avatar)
* [ ] Initial room metadata
2018-02-05 16:39:41 +02:00
* Telegram → Matrix
* [x] Message content (text, formatting, files, etc..)
2019-03-17 15:47:29 +02:00
* [ ] Advanced message content/media
* [x] Custom emojis
* [ ] Polls
* [ ] Games
* [ ] Buttons
* [x] Message deletions
* [x] Message reactions
* [x] Message edits
2026-04-01 21:36:14 +03:00
* [x] Message history
* [x] Automatically when creating portal
* [x] Automatically for missed messages
* [x] Avatars
* [ ] Presence
* [x] Typing notifications
2026-04-01 21:36:14 +03:00
* [x] Read receipts (DMs only)
* [ ] Pinning messages
2026-04-01 21:36:14 +03:00
* [x] Admin/chat creator status
* [x] Supergroup/channel permissions (precise per-user permissions not supported in Matrix)
* [x] Membership actions (invite/kick/join/leave)
2018-02-05 16:39:41 +02:00
* [ ] Chat metadata changes
* [x] Title
* [x] Avatar
2018-02-05 16:39:41 +02:00
* [ ] † About text
* [ ] † Public channel username
* [x] Initial chat metadata (about text missing)
* [x] User metadata (displayname/avatar)
2026-04-01 21:36:14 +03:00
* [x] Supergroup upgrade
* [x] Topics (spaces)
2018-02-05 16:39:41 +02:00
* Misc
* [x] Automatic portal creation
* [x] At startup
* [x] When receiving invite or message
2026-04-01 21:36:14 +03:00
* [x] Private chat creation by inviting Matrix ghost of Telegram user to new room
* [x] Option to use bot to relay messages for unauthenticated Matrix users (relaybot)
* [x] Option to use own Matrix account for messages sent from other Telegram clients (double puppeting)
* [ ] ‡ Calls
* [ ] ‡ Secret chats (i.e. end-to-bridge encryption on Telegram)
2018-02-05 16:39:41 +02:00
† Information not automatically sent from source, i.e. implementation may not be possible
‡ Maybe, i.e. this feature may or may not be implemented at some point