implement button in pleroma-fe for mods/admins to mark a post sensitive #1304

Open
opened 2024-04-04 08:18:49 +00:00 by pleb · 0 comments
Member

Behavior suggestion/Feature request

admins/mods need to report posts, to make them sensitive, since this api only has a button on admin-fe nested very deeply in the reports section.
https://api.pleroma.social/#operation/AdminAPI.StatusController.update.
PUT /api/v1/pleroma/admin/statuses/{id} with payload {sensitive: true, visibility: "public"}.
This would help moderators like @sim@shitposter.world greatly, as right now doing this is about 12 page loads.

# Behavior suggestion/Feature request admins/mods need to report posts, to make them sensitive, since this api only has a button on admin-fe nested very deeply in the reports section. https://api.pleroma.social/#operation/AdminAPI.StatusController.update. `PUT /api/v1/pleroma/admin/statuses/{id} with payload {sensitive: true, visibility: "public"}`. This would help moderators like @sim@shitposter.world greatly, as right now doing this is about 12 page loads.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma/pleroma-fe#1304
No description provided.