fix: only hide messages from restricted users, not all suspicious users (#6049)

it's probably best to leave this setting solo'd out as restricted users
so monitored users can get their own behaviour in their own setting later
This commit is contained in:
pajlada
2025-03-09 13:11:06 +01:00
committed by GitHub
parent 154591c5a1
commit c98267b433
8 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
- Minor: Overlay windows now inherit the global zoom level and can be zoomed independently. (#6016)
- Minor: The `/watching` channel is now supported on all platforms. (#6031, #6043)
- Minor: The font weight of chat messages can now be changed. (#6037)
- Minor: Messages from suspicious users can now be hidden when in streamer mode. This is enabled by default. (#6042)
- Minor: Messages from restricted users can now be hidden when in streamer mode. This is enabled by default. (#6042, #6049)
- Bugfix: Fixed a potential way to escape the Lua Plugin sandbox. (#5846)
- Bugfix: Fixed a crash relating to Lua HTTP. (#5800)
- Bugfix: Fixed a crash that could occur on Linux and macOS when clicking "Install" from the update prompt. (#5818)