mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-07 08:18:07 -06:00
Deletes+unboosts (#52)
* Status deletes properly streamed now. * Unboosts now work locally and federated. * Documentation updates.
This commit is contained in:
parent
efbd839181
commit
a5fd6f427b
15 changed files with 321 additions and 39 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue