| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2022-02-20 | Ensure each in-use channel has a cached claimant on init | -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-20 | Cancel help channel claim on 500 from Discord | -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-20 | Remove discord formatted timestamp from log message (#2100) | -2/+6 | ||
| 2022-02-19 | Add user ID in message content for mod-alerts, but not for autobans | -2/+7 | ||
| 2022-02-18 | fixup: implemeent code review comments | -3/+8 | ||
| 2022-02-18 | Add logic so that manually archived threads bypass the thread bump list | -9/+37 | ||