-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add indication to admin UI of whether a report has been forwarded #13237
Add indication to admin UI of whether a report has been forwarded #13237
Conversation
a15d470
to
a17e2d3
Compare
What means forwarded? |
@SuperSandro2000 when a user reports an account that's on a remote server, they have the option to forward that report to the originating server as well. That's what it means. |
a17e2d3
to
bd43878
Compare
Maybe instead of "Yes", "Yes, %{domain} has been notified"? Other mods/admins absolutely will not know what "Forwarded" means, though I understand that has to be short to fit in the table column. |
Hm, I can do that, but I'm not sure what we should do for “No” then :/ |
I'm not really sure what the utility of this information is. Like I guess "Maybe there is hope origin will take care of this before I have to"? But is that really so useful to know on the report overview page? Also, the forward icon looks a lot like the reply icon. People will not know what it means for sure. |
I mean, I have seen this request a bunch of time. I guess to have an idea if the remote admins not doing anything is because they didn't want to, or because they weren't been made aware of it, for instance. @nightpool was interested
Well, it doesn't take up much space. Maybe another icon would be better suited but idk which. Thankfully there's a tooltip. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
A situation arose on a server I’m moderating yesterday where we didn't feel like it was appropriate to take action ourselves and would rather know how the targeted instance's admins would deal with it. Knowing if a report was forwarded would had saved us asking about it to the admins or the users who made the report. I think such a function would be useful |
Same as @Siphonay, so I know if I have to contact the remote admins. Additionally, it would be nice to have an option for admins to forward the report even if the user initially didn't |
Hello, As an admin/moderator having this information would help greatly to:
As moderator of our communities, ensuring that our members are evolving as much as possible in a space that matches our CoC is very important, this kind of information will help us do a better job. |
I think that could also be useful in situations where a forwarded report is unclear or in a different language, in a way that makes contacting the forwarded instance's admins about the report more urgent than if the report was just solved locally first. This is pretty minor in comparison to other stated reasons, though. |
Passing by to say that I already do this manually (reaching out to users when the report is from another instance to see if they forwarded it or if, depending on the case, I should myself do a second report to forward to the original instance). |
@Gargron can we have that? There's clearly interest from multiple instance admins for that feature. |
bd43878
to
dfadc31
Compare
@@ -46,6 +46,16 @@ | |||
%td{ colspan: 2 } | |||
- if @report.action_taken? | |||
= table_link_to 'envelope-open', t('admin.reports.reopen'), admin_report_path(@report, outcome: 'reopen'), method: :put | |||
- unless @report.target_account.local? | |||
%tr | |||
%th= t('admin.reports.forwarded') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this string is missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed 😩
Fixed.
dfadc31
to
c48c556
Compare
Reports list
In the lists of reports, an arrow (fontawesome's “share”) is displayed when the report is known to have been forwarded.
Report
For reports about remote users, the table will show either of those according to the situation: