Fixed more group stuffs.

This commit is contained in:
Tom
2025-01-18 22:45:36 +00:00
parent 48ac5c4fa0
commit 03d24b0905
3 changed files with 17 additions and 11 deletions

View File

@@ -46,7 +46,10 @@ namespace TwitchChatTTS.Hermes.Socket.Requests
var groupsById = groupInfo.Groups.ToDictionary(g => g.Id, g => g);
foreach (var group in groupInfo.Groups)
{
_logger.Debug($"Adding group [group id: {group.Id}][name: {group.Name}][priority: {group.Priority}]");
_groups.Add(group);
}
foreach (var permission in groupInfo.GroupPermissions)
{