matrix-puppeteer-line/ROADMAP.md

108 lines
3.0 KiB
Markdown
Raw Permalink 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
2021-03-29 01:26:57 -04:00
* [x] Images
* [ ] Files
2021-03-29 18:06:22 -04:00
* [x] Stickers
2021-03-29 01:26:57 -04:00
* [ ] Read receipts (currently eagerly-sent since message sync requires "reading" a chat)
* [ ] Room metadata changes
* [ ] Name
* [ ] Avatar
2021-06-08 01:08:18 -04:00
* [ ] Member events
* [ ] Invite
* [ ] Kick
2021-02-26 02:51:16 -05:00
* LINE → Matrix
* [ ] Message content
2020-08-28 12:41:22 -04:00
* [x] Text
2021-03-29 01:26:57 -04:00
* [x] Images
* [ ] Files
* [ ] Audio
* [ ] Location
* [ ] Videos
* [x] Stickers
2021-06-08 01:08:18 -04:00
* [x] Emoji
2021-04-30 03:10:50 -04:00
* [ ] Message unsend
2021-03-29 01:26:57 -04:00
* [ ] Read receipts
2021-04-30 03:10:50 -04:00
* [x] For most recently active chat
* [ ] For any chat
2021-03-29 01:26:57 -04:00
* [x] User metadata
* [ ] Name
2021-06-08 01:08:18 -04:00
* [x] On sync
2021-03-29 01:26:57 -04:00
* [ ] On change
* [ ] Avatar
2021-06-08 01:08:18 -04:00
* [x] On sync
2021-03-29 01:26:57 -04:00
* [ ] On change
* [ ] Chat metadata
* [ ] Name
2021-06-08 01:08:18 -04:00
* [x] On sync
2021-03-29 01:26:57 -04:00
* [ ] On change
* [ ] Icon
2021-06-08 01:08:18 -04:00
* [x] On sync
2021-03-29 01:26:57 -04:00
* [ ] On change
2021-06-08 01:08:18 -04:00
* [ ] Message history
2020-08-28 12:41:22 -04:00
* [x] When creating portal
* [x] Missed messages
2021-03-19 12:28:38 -04:00
* [x] Message timestamps
2021-06-08 01:08:18 -04:00
* [ ] As many messages that are visible in LINE extension
2021-03-19 12:28:38 -04:00
* [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")
2021-03-29 01:26:57 -04:00
* [ ] Membership actions
2021-06-08 01:08:18 -04:00
* [ ] Join
* [x] When message is sent by new participant
* [x] On sync
* [ ] At join time
* [ ] Leave
* [x] On sync
* [ ] At leave time
* [ ] Invite
* [ ] Remove
* [ ] Friend actions
* [ ] Add friend
* [ ] Block user
* [ ] Unblock user
* 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
2021-06-08 01:08:18 -04:00
* [x] Notification for message send failure
* [ ] 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
* [ ] Multiple bridge users
2021-04-30 03:10:50 -04:00
* [ ] Relay bridging
2021-02-26 02:51:16 -05:00
2021-06-08 01:08:18 -04:00
# Missing features
## Missing from LINE
2021-02-26 02:51:16 -05:00
* Typing notifications
* Message edits
* Formatted messages
2021-03-29 01:26:57 -04:00
* Presence
* Timestamped read receipts
* Read receipts between users other than yourself
2021-02-26 02:51:16 -05:00
2021-06-08 01:08:18 -04:00
## Missing from LINE on Chrome
* Unlimited message history
* Messages that are very old may not be available in LINE on Chrome at all, even after a full sync
* Voice/video calls
* No notification is sent when a call begins
* When a call ends, an automated message of "Your OS version doesn't support this feature" is sent as an ordinary text message from the user who began the call
2021-02-26 02:51:16 -05:00
* Message redaction (delete/unsend)
2021-06-08 01:08:18 -04:00
* But messages unsent from other LINE clients do disappear from LINE on Chrome
2021-02-26 02:51:16 -05:00
* Replies
2021-06-08 01:08:18 -04:00
* Appear as ordinary messages
* Mentions
* Appear as ordinary text
2021-03-29 01:26:57 -04:00
* Audio message sending
2021-06-08 01:08:18 -04:00
* But audio messages can be received
2021-03-29 01:26:57 -04:00
* Location sending
2021-06-08 01:08:18 -04:00
* But locations can be received
2021-02-26 02:51:16 -05:00
2021-06-08 01:08:18 -04:00
## Missing from matrix-puppeteer-line
2021-02-26 02:51:16 -05:00
* TODO