-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
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?
- Logviewer
- New config option
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