Update ROADMAP.md

This commit is contained in:
Tulir Asokan 2018-09-11 19:39:52 +03:00 committed by GitHub
parent a893377cc5
commit f658c61951

View file

@ -5,10 +5,10 @@
* [x] Formatted messages
* [x] Media/files
* [x] Replies
* [ ] Message redactions
* [ ] Presence
* [ ] Typing notifications
* [ ] Read receipts
* [ ] Message redactions<sup>[1]</sup>
* [ ] Presence<sup>[4]</sup>
* [ ] Typing notifications<sup>[4]</sup>
* [ ] Read receipts<sup>[4]</sup>
* [ ] Power level
* [ ] Membership actions
* [ ] Invite
@ -17,8 +17,8 @@
* [ ] Kick
* [ ] Room metadata changes
* [x] Name
* [ ] Avatar
* [ ] Topic
* [ ] Avatar<sup>[1]</sup>
* [ ] Topic<sup>[1]</sup>
* [ ] Initial room metadata
* WhatsApp → Matrix
* [x] Message content
@ -29,8 +29,8 @@
* [ ] Chat types
* [x] Private chat
* [x] Group chat
* [ ] Broadcast list
* [ ] Message deletions
* [ ] Broadcast list<sup>[2]</sup>
* [ ] Message deletions<sup>[1]</sup>
* [x] Avatars
* [x] Presence
* [x] Typing notifications
@ -47,7 +47,7 @@
* [x] Description
* [x] Initial group metadata
* [ ] User metadata changes
* [ ] Display name
* [ ] Display name<sup>[3]</sup>
* [x] Avatar
* [x] Initial user metadata
* [x] Display name
@ -55,8 +55,13 @@
* Misc
* [x] Automatic portal creation
* [x] At startup
* [ ] When receiving invite
* [ ] When receiving invite<sup>[2]</sup>
* [x] When receiving message
* [ ] Private chat creation by inviting Matrix puppet of WhatsApp user to new room
* [ ] Option to use own Matrix account for messages sent from WhatsApp mobile/other web clients
* [ ] Shared group chat portals
* [x] Shared group chat portals
<sup>[1]</sup> May involve reverse-engineering the WhatsApp Web API and/or editing go-whatsapp
<sup>[2]</sup> May already work
<sup>[3]</sup> May not be possible
<sup>[4]</sup> Requires [matrix-org/synapse#2954](https://github.com/matrix-org/synapse/issues/2954) or Matrix puppeting