From 9e8541772dc5f32bfb73115db903074b078ee220 Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Fri, 29 Apr 2022 02:06:28 -0400 Subject: [PATCH] Update roadmap to remove claim about KT not supporting invites node-kakao supports sending invites, so KT must have them after all --- ROADMAP.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index b4d73f0..c8e8af3 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -18,11 +18,12 @@ * [ ] Message reactions * [x] Read receipts * [x] Power level[1] - * [ ] Membership actions[3] + * [ ] Membership actions + * [ ] Invite * [ ] Join - * [x] Leave[4] - * [ ] Ban[5] - * [ ] Unban[5] + * [x] Leave[3] + * [ ] Ban[4] + * [ ] Unban[4] * [ ] Room metadata changes[1] * [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[5] - * [x] Unkick[5] + * [x] Kick[4] + * [x] Unkick[4] * [ ] Channel metadata * [x] Name * [x] Description - * [x] Cover photo[6] + * [x] Cover photo[5] * [ ] User metadata * [x] Name * [x] Avatar @@ -81,7 +83,6 @@ [1] Sometimes fails with "Invalid body" error [2] Only recently-sent KakaoTalk messages can be deleted -[3] KakaoTalk does not support invites -[4] 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. -[5] Kicks in KakaoTalk are equivalent to bans in Matrix -[6] Might only get synced on backfill, or on changing channel name/description +[3] 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. +[4] Kicks in KakaoTalk are equivalent to bans in Matrix +[5] Might only get synced on backfill, or on changing channel name/description