Add ban user by id command /banid (#4411)

Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
iProdigy
2023-02-26 12:03:14 -08:00
committed by GitHub
parent f9b23882f4
commit b5b85501ee
2 changed files with 52 additions and 4 deletions
+1
View File
@@ -3,6 +3,7 @@
## Unversioned
- Minor: Delete all but the last 5 crashdumps on application start. (#4392)
- Minor: Added `/banid` command that allows banning by user ID. (#4411)
- Bugfix: Fixed uploaded AppImage not being able most web requests. (#4400)
- Bugfix: Fixed a potential race condition due to using the wrong lock when loading 7TV badges. (#4402)
- Dev: Add capability to build Chatterino with Qt6. (#4393)