Added missing websocket support for Redemptions and Actions. Fixed Ad Break actions. Cleaned some code.
This commit is contained in:
@@ -27,7 +27,7 @@ namespace TwitchChatTTS.Hermes.Socket.Requests
|
||||
var temp = new ConcurrentDictionary<long, string>();
|
||||
foreach (var entry in users)
|
||||
temp.TryAdd(entry.Key, entry.Value);
|
||||
|
||||
|
||||
_user.VoicesSelected = temp;
|
||||
_logger.Information($"Updated chatters' selected voice [count: {temp.Count()}]");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user