-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
Revamped modlog with moderation reason #1402
Revamped modlog with moderation reason #1402
Conversation
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.
Thanks for making this PR, I'll review it in detail soon!
This reverts commit 6cb75c8.
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.
Looking really good, this is a lot nicer experience. Just a few questions and then can get this in!
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.
Looks good, just failing CI
DOH, I don't know why Github didn't wait for successful CI before merging :( |
By request, I rebased my old branch for #1046 to hopefully work with the recent code changes.
Had to restore a couple of functions that were removed or changed (
helpers/array.ts#notEmpty()
anduseIsAdmin()
with optional argument). Only tested briefly but seems to work fine.