Update roadmap

This commit is contained in:
Andrew Ferrazzutti 2021-03-29 01:26:57 -04:00
parent afcc206a93
commit 204a0ec640
1 changed files with 35 additions and 7 deletions

View File

@ -3,16 +3,38 @@
* Matrix → LINE * Matrix → LINE
* [ ] Message content * [ ] Message content
* [x] Text * [x] Text
* [ ] Media * [x] Images
* [ ] Files
* [ ] Stickers * [ ] Stickers
* [ ] Read receipts (currently eagerly-sent since message sync requires "reading" a chat) * [ ] Read receipts (currently eagerly-sent since message sync requires "reading" a chat)
* [ ] Room metadata changes
* [ ] Name
* [ ] Avatar
* LINE → Matrix * LINE → Matrix
* [ ] Message content * [ ] Message content
* [x] Text * [x] Text
* [ ] Media * [x] Images
* [ ] Files
* [ ] Audio
* [ ] Location
* [ ] Videos
* [ ] Stickers & special emoji * [ ] Stickers & special emoji
* [ ] Read receipts * [x] Notification for message send failure
* [ ] Notification for message send failure * [ ] Read receipts
* [x] User metadata
* [ ] Name
* [x] On initial sync
* [ ] On change
* [ ] Avatar
* [x] On initial sync
* [ ] On change
* [ ] Chat metadata
* [ ] Name
* [x] On initial sync
* [ ] On change
* [ ] Icon
* [x] On initial sync
* [ ] On change
* [x] Message history * [x] Message history
* [x] When creating portal * [x] When creating portal
* [x] Missed messages * [x] Missed messages
@ -21,6 +43,10 @@
* [x] Direct chats * [x] Direct chats
* [x] Groups (named chats) * [x] Groups (named chats)
* [x] Rooms (unnamed chats / "multi-user direct chats") * [x] Rooms (unnamed chats / "multi-user direct chats")
* [ ] Membership actions
* [x] Add member
* [x] Remove member
* [ ] Block
* Misc * Misc
* [x] Automatic portal creation * [x] Automatic portal creation
* [x] At startup * [x] At startup
@ -38,11 +64,13 @@
* Typing notifications * Typing notifications
* Message edits * Message edits
* Formatted messages * Formatted messages
* Presence
### Missing from LINE on Chrome: ### Missing from LINE on Chrome
* Message redaction (delete/unsend) * Message redaction (delete/unsend)
* Replies * Replies
* Voice messages * Audio message sending
* Location sending
* Voice/video calls * Voice/video calls
* Unlimited message history * Unlimited message history