themotte / rDrama

This code runs https://www.themotte.org. Forked from https://github.com/Aevann1/rDrama
GNU Affero General Public License v3.0
25 stars 30 forks source link

combine 5 different post/comment filter state adjustment routes #637

Closed justcool393 closed 1 year ago

justcool393 commented 1 year ago

120 added post and comment filtering, and #359 was fixed ultimately as the

result of #606. these say that /admin/update_filter_status should be the way to update a post's visibility state.

unforunately, a lot of the UI was using the old routes, and worse still, some actions such as removals and approvals weren't being logged with the new filter state routes. this solves this issue. we do this:

fixes #635 fixes #636