lemmy
lemmy copied to clipboard
Allow local admins to be involved for reports of remote communities
Requirements
- [x] Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support or the matrix chat.
- [x] Did you check to see if this issue already exists?
- [x] Is this only a feature request? Do not put multiple feature requests in one issue.
- [x] Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
- [x] Do you agree to follow the rules in our Code of Conduct?
Is your proposal related to a problem?
Even if a local user's report of a remote community is resolved by a remote admin, a local admin might still have a problem with the remote community.
Describe the solution you'd like.
- List reports of remote communities somewhere for local admins. I'm not sure if it should be a new separate list.
- Add a filter to only show reports that still need review by local admins. It will at least hide reports that a local admin marked as resolved. Maybe it should also hide a report if the community is already removed.
Describe alternatives you've considered.
N/A
Additional context
https://github.com/LemmyNet/lemmy/pull/5496#discussion_r2040514399
This could be implemented with a separate column resolved_locally.
This applies to comments and posts also I believe. If a post / comment is resolved on its home community instance, that resolve gets sent out to all the federated community moderators and the targets home instance.