You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@
6
6
*[x] Message edits
7
7
*[ ] ‡ Message history
8
8
*[x] Presence
9
-
*[x] Typing notifications*
10
-
*[x] Read receipts*
11
-
*[x] Pinning messages*
9
+
*[x] Typing notifications
10
+
*[x] Read receipts
11
+
*[x] Pinning messages
12
12
*[x] Power level
13
13
*[x] Normal chats
14
14
*[ ] Non-hardcoded PL requirements
@@ -28,7 +28,10 @@
28
28
* [ ] Buttons
29
29
*[x] Message deletions
30
30
*[x] Message edits
31
-
*[ ] Message history
31
+
*[x] Message history
32
+
*[x] Manually (`!tg backfill`)
33
+
*[x] Automatically when creating portal
34
+
*[x] Automatically for missed messages
32
35
*[x] Avatars
33
36
*[x] Presence
34
37
*[x] Typing notifications
@@ -50,12 +53,11 @@
50
53
*[x] At startup
51
54
*[x] When receiving invite or message
52
55
*[x] Private chat creation by inviting Matrix puppet of Telegram user to new room
53
-
*[x] Option to use bot to relay messages for unauthenticated Matrix users
54
-
*[x] Option to use own Matrix account for messages sent from other Telegram clients
56
+
*[x] Option to use bot to relay messages for unauthenticated Matrix users (relaybot)
57
+
*[x] Option to use own Matrix account for messages sent from other Telegram clients (double puppeting)
55
58
*[ ] ‡ Calls (hard, not yet supported by Telethon)
56
-
*[ ] ‡ Secret chats (not yet supported by Telethon)
57
-
*[ ] ‡ E2EE in Matrix rooms (not yet supported
59
+
*[ ] ‡ Secret chats (i.e. End-to-bridge encryption on Telegram)
60
+
*[x] End-to-bridge encryption in Matrix rooms (see [wiki](https://github.com/tulir/mautrix-telegram/wiki/End%E2%80%90to%E2%80%90bridge-encryption))
58
61
59
-
\* Requires [double puppeting](https://github.com/tulir/mautrix-telegram/wiki/Authentication#replacing-telegram-accounts-matrix-puppet-with-matrix-account) to be enabled
60
-
† Information not automatically sent from source, i.e. implementation may not be possible
62
+
† Information not automatically sent from source, i.e. implementation may not be possible
61
63
‡ Maybe, i.e. this feature may or may not be implemented at some point
0 commit comments