superseriousbusiness / gotosocial

Fast, fun, small ActivityPub server.
https://docs.gotosocial.org
GNU Affero General Public License v3.0
3.85k stars 339 forks source link

[feature] Add endpoint `PUT /api/v1/statuses/{id}` #3555

Closed fnando closed 6 days ago

fnando commented 1 week ago

Is your feature request related to a problem ?

Looks like PUT /api/v1/statuses/{id} is not implemented, which prevents posts from being edited.

Describe the solution you'd like.

It'd be great if PUT /api/v1/statuses/{id} was added, so we could edit posts.

Describe alternatives you've considered.

NONE

Additional context.

Mastodon endpoint: https://docs.joinmastodon.org/methods/statuses/#edit

tsmethurst commented 6 days ago

Gonna close this as a duplicate of https://github.com/superseriousbusiness/gotosocial/issues/1990, which is being worked on at the moment.