Move challenge channels into threads
es3n1n opened this issue · 3 comments
Once we reach the limit of 50 channels in a category, the challenge puller thread stops, which is annoying. I suggest that we create a new category automatically to continue adding channels when this happens. So, that in the end we could have multiple categories for the one CTF. Please note that these changes could also break features like archivectf
and others.
A permanent solution that I had in mind for a while was to move challenge channels into threads, but at the time private threads could only be created by nitro users (if I'm not mistaken). I just checked again, and private threads are now unlocked for everyone (you can have up to 1000 active threads in the server).
Threads are more convenient and will make things way more organized (we will only have 1 channel per category which contains as many threads as challenges in that category).
A permanent solution that I had in mind for a while was to move challenge channels into threads, but at the time private threads could only be created by nitro users (if I'm not mistaken). I just checked again, and private threads are now unlocked for everyone (you can have up to 1000 active threads in the server). Threads are more convenient and will make things way more organized (we will only have 1 channel per category which contains as many threads as challenges in that category).
Oh yes, absolutely. Sounds a lot better than what i proposed