-
Notifications
You must be signed in to change notification settings - Fork 11k
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
chore: remove message column on moderation console #32432
Conversation
Looks like this PR is ready to merge! 🎉 |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #32432 +/- ##
===========================================
- Coverage 56.48% 56.18% -0.30%
===========================================
Files 2455 2449 -6
Lines 54100 53933 -167
Branches 11149 11127 -22
===========================================
- Hits 30559 30304 -255
- Misses 20890 20987 +97
+ Partials 2651 2642 -9
Flags with carried forward coverage won't be shown. Click here to find out more. |
apps/meteor/client/views/admin/moderation/ModerationConsoleTableRow.tsx
Outdated
Show resolved
Hide resolved
apps/meteor/client/views/admin/moderation/ModerationConsoleTableRow.tsx
Outdated
Show resolved
Hide resolved
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.
If the PR fixes the problem, we need to change the PR title to fix:
and add a changeset.
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.
Would it be possible to fix the indentation of the tests files?
…retention * 'develop' of github.com:RocketChat/Rocket.Chat: fix: Not possible to edit room without proper permission with retention policy enabled (#32547) feat: Apps-Engine Deno Runtime update (#31821) feat: E2EE room setup header (#32446) fix: E2EE thread main message reactivity (#32381) chore: Add telemetry to CI so we can get a better understanding of resource usage (#32113) fix: Long katex strings breaking overflow in x axis (#32609) fix: Force highlighted code language registration (#32507) fix: sidebar last message E2EE (#32431) chore: remove message column on moderation console (#32432) fix: Accepted Media Types settings validation (#32478)
This PR removes the message preview from the Moderation Console since it didn't wasn't useful for the admin and we need to lead them to click on the reports from a user to see all the messages from that specific user and check if any moderation is needed.
Proposed changes (including videos or screenshots)
Before:
After:
Issue(s)
https://rocketchat.atlassian.net/browse/CORE-4
Steps to test or reproduce
Further comments