diff options
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) |