diff options
| author | 2021-06-21 15:56:00 +0200 | |
|---|---|---|
| committer | 2021-06-21 15:56:00 +0200 | |
| commit | a5fd6f427bab2cac03b4da5668eed18b900ba3be (patch) | |
| tree | 5456928a707656a54cddcffb1199f59a4bc9039e /PROGRESS.md | |
| parent | Testrig fixes (#50) (diff) | |
| download | gotosocial-a5fd6f427bab2cac03b4da5668eed18b900ba3be.tar.xz | |
Deletes+unboosts (#52)
* Status deletes properly streamed now.
* Unboosts now work locally and federated.
* Documentation updates.
Diffstat (limited to 'PROGRESS.md')
| -rw-r--r-- | PROGRESS.md | 6 |
1 files changed, 3 insertions, 3 deletions
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) |
