-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Configuration for ticket channel names #3143
Comments
As mentioned in #2982, plugins can now extend In addition, a variety of config options have already been added regarding channel names such as As such, custom channel names are now further out of the scope of Modmail and plugins should be the ones extending this functionality. |
Would it be a good idea to have a configuration which allowed randomized names/numbers? While this would make it difficult for moderators to keep track of whose ticket is which it would help people who are concerned about privacy/secrecy |
17b2f89 adds a The algorithm for this random channel name is as follows:
This accomplishes the following objectives:
|
Is your feature request related to a problem? Please elaborate.
Private channels in discord cannot be accessed, but can still be discovered by can be discovered using third-party clients. This allows anyone to view the names of the currently open tickets. Since the current ticket name is the mangled ID of the Discord user that opened the ticket, anyone can theoretically see who has opened a ticket. One of the main reason we use Modmail is to keep all information relating to ongoing issues private, having the user ID in the channel name is problematic.
Describe the solution you'd like
A configuration to change the channel naming strategy.
Optionally, changing the default channel naming to the more anonymous version so other servers are not surprised by the channel discoverability issue.
Does your solution involve any of the following?
Describe alternatives you've considered
Opening threads in a single channel instead of completely new channels — threads are short lived, so unless Modmail continuously refreshes it this would not be viable
Who will this benefit?
Everyone concerned about secrecy.
Additional Information
No response
The text was updated successfully, but these errors were encountered: