aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2022-02-22Fix Member fetch in resend infraction commandGravatar MarkKoz-2/+3
2022-02-20Handle uncached claimant on unclaimGravatar Chris Lovering-5/+8
This could be possible during init_available. If there are too many available channels they are made dormant by calling unclaim_channel. However there may not be claimants cached and ensure_claimants wouldn't populate cache, since the channels weren't in use.
2022-02-20Ensure each in-use channel has a cached claimant on initGravatar Chris Lovering-0/+35
This avoids issues when a user tries to close a channel, but the cache is empty, so the author check fails.
2022-02-20Cancel help channel claim on 500 from DiscordGravatar Chris Lovering-2/+19
If we get a 500 error from Discord when trying to move the help channel to in use, attempt to let the user know, then cancel the claim.
2022-02-20Remove discord formatted timestamp from log message (#2100)Gravatar TizzySaurus-2/+6
2022-02-19Add user ID in message content for mod-alerts, but not for autobansGravatar mina-2/+7
2022-02-18fixup: implemeent code review commentsGravatar Chris Lovering-3/+8
2022-02-18Add logic so that manually archived threads bypass the thread bump listGravatar Chris Lovering-9/+37