From 846057f0d696fded87d105dec1245e9ba32763ce Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 11 Jul 2021 16:22:21 +0200 Subject: Block/unblock (#96) * remote + local block logic, incl. federation * improve blocking stuff * fiddle with display of blocked profiles * go fmt --- PROGRESS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'PROGRESS.md') diff --git a/PROGRESS.md b/PROGRESS.md index 54e11d2b5..1d824c42b 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -56,8 +56,8 @@ Things are moving on the project! As of July 2021 you can now: * [ ] /api/v1/accounts/:id/identity_proofs GET (Get identity proofs for this account) * [x] /api/v1/accounts/:id/follow POST (Follow this account) * [x] /api/v1/accounts/:id/unfollow POST (Unfollow this account) - * [ ] /api/v1/accounts/:id/block POST (Block this account) - * [ ] /api/v1/accounts/:id/unblock POST (Unblock this account) + * [x] /api/v1/accounts/:id/block POST (Block this account) + * [x] /api/v1/accounts/:id/unblock POST (Unblock this account) * [ ] /api/v1/accounts/:id/mute POST (Mute this account) * [ ] /api/v1/accounts/:id/unmute POST (Unmute this account) * [ ] /api/v1/accounts/:id/pin POST (Feature this account on profile) @@ -71,8 +71,8 @@ Things are moving on the project! As of July 2021 you can now: * [x] /api/v1/favourites GET (See faved statuses) * [ ] Mutes * [ ] /api/v1/mutes GET (See list of muted accounts) - * [ ] Blocks - * [ ] /api/v1/blocks GET (See list of blocked accounts) + * [x] Blocks + * [x] /api/v1/blocks GET (See list of blocked accounts) * [ ] Domain Blocks * [x] /api/v1/domain_blocks GET (See list of domain blocks) * [x] /api/v1/domain_blocks POST (Create a domain block) -- cgit v1.3