diff options
| author | 2021-07-11 16:22:21 +0200 | |
|---|---|---|
| committer | 2021-07-11 16:22:21 +0200 | |
| commit | 846057f0d696fded87d105dec1245e9ba32763ce (patch) | |
| tree | 9a4914c07bcf189a3eea0a2c091567c56cdf4963 /PROGRESS.md | |
| parent | favourites GET implementation (#95) (diff) | |
| download | gotosocial-846057f0d696fded87d105dec1245e9ba32763ce.tar.xz | |
Block/unblock (#96)
* remote + local block logic, incl. federation
* improve blocking stuff
* fiddle with display of blocked profiles
* go fmt
Diffstat (limited to 'PROGRESS.md')
| -rw-r--r-- | PROGRESS.md | 8 |
1 files changed, 4 insertions, 4 deletions
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) |
