matrix-puppeteer-line/ROADMAP.md

51 lines
1.4 KiB
Markdown
Raw Normal View History

# Features & roadmap
2021-02-26 02:51:16 -05:00
* Matrix → LINE
* [ ] Message content
2020-08-28 12:41:22 -04:00
* [x] Text
* [ ] Media
2021-03-19 12:28:38 -04:00
* [ ] Stickers
* [ ] Read receipts (currently eagerly-sent since message sync requires "reading" a chat)
2021-02-26 02:51:16 -05:00
* LINE → Matrix
* [ ] Message content
2020-08-28 12:41:22 -04:00
* [x] Text
* [ ] Media
2021-03-19 12:28:38 -04:00
* [ ] Stickers & special emoji
* [ ] Read receipts
* [ ] Notification for message send failure
2020-08-28 12:41:22 -04:00
* [x] Message history
* [x] When creating portal
* [x] Missed messages
2021-03-19 12:28:38 -04:00
* [x] Message timestamps
* [x] Chat types
2021-02-26 02:51:16 -05:00
* [x] Direct chats
2021-03-19 12:28:38 -04:00
* [x] Groups (named chats)
* [x] Rooms (unnamed chats / "multi-user direct chats")
* Misc
2021-03-19 12:28:38 -04:00
* [x] Automatic portal creation
2020-08-28 12:41:22 -04:00
* [x] At startup
2021-03-19 12:28:38 -04:00
* [x] When receiving invite or message
* [ ] When sending message in new chat from LINE app
* [ ] Provisioning API for logging in
2021-03-19 12:28:38 -04:00
* [x] Use bridge bot for messages sent from LINE app (when double-puppeting is disabled and `bridge.invite_own_puppet_to_pm` is enabled)
* [x] Use own Matrix account for messages sent from LINE app (when double-puppeting is enabled)
2020-08-28 12:41:22 -04:00
* [x] E2EE in Matrix rooms
2021-03-19 12:28:38 -04:00
* [ ] No display required for Puppeteer-controlled browser
* [ ] Multiple bridge users
2021-02-26 02:51:16 -05:00
## Missing features
### Missing from LINE
* Typing notifications
* Message edits
* Formatted messages
### Missing from LINE on Chrome:
* Message redaction (delete/unsend)
* Replies
* Voice messages
2021-03-19 12:28:38 -04:00
* Voice/video calls
* Unlimited message history
2021-02-26 02:51:16 -05:00
2021-03-15 01:40:56 -04:00
### Missing from matrix-puppeteer-line
2021-02-26 02:51:16 -05:00
* TODO