Fix highlights not showing in mentions (#3801)

This commit is contained in:
pajlada
2022-06-06 15:36:53 +02:00
committed by GitHub
parent d29243a2a5
commit 9219647b6a
5 changed files with 116 additions and 8 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
- Bugfix: Fixed automod queue pubsub topic persisting after user change. (#3718)
- Bugfix: Fixed viewer list not closing after pressing escape key. (#3734)
- Bugfix: Fixed links with no thumbnail having previous link's thumbnail. (#3720)
- Dev: Overhaul highlight system by moving all checks into a Controller allowing for easier tests. (#3399)
- Dev: Overhaul highlight system by moving all checks into a Controller allowing for easier tests. (#3399, #3801)
- Dev: Use Game Name returned by Get Streams instead of querying it from the Get Games API. (#3662)
- Dev: Batch checking live status for all channels after startup. (#3757, #3762, #3767)