fix: opening a usercard from /live no longer makes failing ivr API call (#5959)

Fixes #5878
This commit is contained in:
Kyle Scarmack
2025-02-16 14:07:34 -05:00
committed by GitHub
parent fbe144840f
commit 96feff6e5c
2 changed files with 43 additions and 36 deletions
+1
View File
@@ -22,6 +22,7 @@
- Bugfix: Fixed announcements not showing up in mentions tab. (#5857)
- Bugfix: Fixed the reply button showing for inline whispers and announcements. (#5863)
- Bugfix: Fixed suspicious user treatment update messages not being searchable. (#5865)
- Bugfix: Fixed user info popup's opened from `/live` making some network requests that always failed. (#5959)
- Bugfix: Ensure miniaudio backend exits even if it doesn't exit cleanly. (#5896)
- Bugfix: Fixed search in emote popup not always working correctly. (#5946)
- Bugfix: Fixed channel point redemptions with messages not showing up if PubSub is disconnected. (#5948)