From a5fd6f427bab2cac03b4da5668eed18b900ba3be Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 21 Jun 2021 15:56:00 +0200 Subject: Deletes+unboosts (#52) * Status deletes properly streamed now. * Unboosts now work locally and federated. * Documentation updates. --- PROGRESS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'PROGRESS.md') diff --git a/PROGRESS.md b/PROGRESS.md index c25887d09..87b0f52c9 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -78,7 +78,7 @@ * [x] /api/v1/statuses/:id/favourite POST (Fave a status) * [x] /api/v1/statuses/:id/unfavourite POST (Unfave a status) * [x] /api/v1/statuses/:id/reblog POST (Reblog a status) - * [ ] /api/v1/statuses/:id/unreblog POST (Undo a reblog) + * [x] /api/v1/statuses/:id/unreblog POST (Undo a reblog) * [ ] /api/v1/statuses/:id/bookmark POST (Bookmark a status) * [ ] /api/v1/statuses/:id/unbookmark POST (Undo a bookmark) * [ ] /api/v1/statuses/:id/mute POST (Mute notifications on a status) @@ -118,8 +118,8 @@ * [ ] Markers * [ ] /api/v1/markers GET (Get saved timeline position) * [ ] /api/v1/markers POST (Save timeline position) - * [ ] Streaming - * [ ] /api/v1/streaming WEBSOCKETS (Stream live events to user via websockets) + * [x] Streaming + * [x] /api/v1/streaming WEBSOCKETS (Stream live events to user via websockets) * [ ] Notifications * [x] /api/v1/notifications GET (Get list of notifications) * [x] /api/v1/notifications/:id GET (Get a single notification) -- cgit v1.3