You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Discord lets you set the default thread archive duration on certain Discord channels. The value you are able to set it to depends on the server's boost level.
However, if a server's boost level was 1 or 2 and they set the thread archive duration to their max, and then the server's boost level decreases, the channel's thread archive duration does not revert to an allowed value (even though the UI thinks this is the case).
Since Needle uses this value to determine the thread's archive duration, it can throw an exception in this case:
To Reproduce
Very difficult unless you have a bunch of server boosts laying around.
Boost a server to a higher boost level
Set the thread archive duration for a channel to the highest possible value
Enable autothreading in that channel
Remove the boost from the server, making it drop a boost level
Post a message in the channel
See exception (nothing happens with the bot)
Expected behavior
A thread is created.
The text was updated successfully, but these errors were encountered:
MarcusOtter
changed the title
🐛 BUG: Cannot create threads in servers that lost boost levels
🐛 Cannot create threads in servers that lost boost levels
May 26, 2022
Describe the bug
Discord lets you set the default thread archive duration on certain Discord channels. The value you are able to set it to depends on the server's boost level.
However, if a server's boost level was 1 or 2 and they set the thread archive duration to their max, and then the server's boost level decreases, the channel's thread archive duration does not revert to an allowed value (even though the UI thinks this is the case).
Since Needle uses this value to determine the thread's archive duration, it can throw an exception in this case:
To Reproduce
Very difficult unless you have a bunch of server boosts laying around.
Expected behavior
A thread is created.
The text was updated successfully, but these errors were encountered: