Update roadmap to remove claim about KT not supporting invites
node-kakao supports sending invites, so KT must have them after all
This commit is contained in:
parent
18ba4707ab
commit
9e8541772d
23
ROADMAP.md
23
ROADMAP.md
|
@ -18,11 +18,12 @@
|
|||
* [ ] Message reactions
|
||||
* [x] Read receipts
|
||||
* [x] Power level<sup>[1]</sup>
|
||||
* [ ] Membership actions<sup>[3]</sup>
|
||||
* [ ] Membership actions
|
||||
* [ ] Invite
|
||||
* [ ] Join
|
||||
* [x] Leave<sup>[4]</sup>
|
||||
* [ ] Ban<sup>[5]</sup>
|
||||
* [ ] Unban<sup>[5]</sup>
|
||||
* [x] Leave<sup>[3]</sup>
|
||||
* [ ] Ban<sup>[4]</sup>
|
||||
* [ ] Unban<sup>[4]</sup>
|
||||
* [ ] Room metadata changes<sup>[1]</sup>
|
||||
* [x] Name
|
||||
* [x] Topic
|
||||
|
@ -51,17 +52,18 @@
|
|||
* [x] On live event
|
||||
* [x] Admin status
|
||||
* [ ] Membership actions
|
||||
* [ ] Invite
|
||||
* [x] Join
|
||||
* [x] Leave
|
||||
* [ ] Self leave
|
||||
* [ ] On backfill
|
||||
* [x] On live event
|
||||
* [x] Kick<sup>[5]</sup>
|
||||
* [x] Unkick<sup>[5]</sup>
|
||||
* [x] Kick<sup>[4]</sup>
|
||||
* [x] Unkick<sup>[4]</sup>
|
||||
* [ ] Channel metadata
|
||||
* [x] Name
|
||||
* [x] Description
|
||||
* [x] Cover photo<sup>[6]</sup>
|
||||
* [x] Cover photo<sup>[5]</sup>
|
||||
* [ ] User metadata
|
||||
* [x] Name
|
||||
* [x] Avatar
|
||||
|
@ -81,7 +83,6 @@
|
|||
|
||||
<sup>[1]</sup> Sometimes fails with "Invalid body" error
|
||||
<sup>[2]</sup> Only recently-sent KakaoTalk messages can be deleted
|
||||
<sup>[3]</sup> KakaoTalk does not support invites
|
||||
<sup>[4]</sup> To make your KakaoTalk account leave a channel, send the `leave` command in a Matrix portal room. Simply leaving a Matrix portal room will keep your KakaoTalk account in the channel.
|
||||
<sup>[5]</sup> Kicks in KakaoTalk are equivalent to bans in Matrix
|
||||
<sup>[6]</sup> Might only get synced on backfill, or on changing channel name/description
|
||||
<sup>[3]</sup> To make your KakaoTalk account leave a channel, send the `leave` command in a Matrix portal room. Simply leaving a Matrix portal room will keep your KakaoTalk account in the channel.
|
||||
<sup>[4]</sup> Kicks in KakaoTalk are equivalent to bans in Matrix
|
||||
<sup>[5]</sup> Might only get synced on backfill, or on changing channel name/description
|
||||
|
|
Loading…
Reference in New Issue