-
Notifications
You must be signed in to change notification settings - Fork 24
allow users to create threads for their reports #484
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
Conversation
|
bump |
|
Which channel in the server do you have in mind for being the thread parent? |
I thought about using the |
src/main/java/net/discordjug/javabot/systems/moderation/report/ReportManager.java
Outdated
Show resolved
Hide resolved
Wouldn't a forum channel in the staff category be more suitable? Idk if you can restrict a user to only seeing this single thread tho |
This is not possible AFAIK. Furthermore, I don't think users should be able to view some report channel without ever using that feature. |
Well, they could only have permission to see this channel if they have an open thread |
When reporting a user, this PR adds a button which automatically creates a private thread where the reporter can provide additional information.
Deploy notes
The config
moderationConfig.reportUserThreadHolderIdneeds to be set when this is used.