Skip to content

Slackord 4.3.6

Latest
Compare
Choose a tag to compare
@thomasloupe thomasloupe released this 13 Jul 06:45
· 10 commits to main since this release

CHANGE - Thread archive time to one hour, instead of one day. This should prevent most users from having to manually close threads to prevent hitting the guild thread limit.
CHANGE - Slackord now knows if your server is boosted and at what tier. It will use this information to set the max file upload size. Prior to the change, Slackord was set to 25MB. The three tiers are set at 8MB for non-boosted servers, 50MB for Tier 2 servers, and 100MB for Tier 3 servers.
FIX - Max file size being set to 25MB by default, which would cause non-boosted servers to fail all uploads over 8MB. They now fail gracefully, instead of throwing an exception, which is then caught and handled.
FIX - Logic in some cases where threads were not being archived, causing max thread count to be reached.