Compare commits

...

2 Commits

Author SHA1 Message Date
Tom
86fc6bc24d Version update to v4.7 2025-01-18 22:59:12 +00:00
Tom
c4e651ff7f Removed useless logging line. 2025-01-18 22:51:26 +00:00
2 changed files with 1 additions and 2 deletions

2
TTS.cs
View File

@@ -23,7 +23,7 @@ namespace TwitchChatTTS
public class TTS : IHostedService
{
public const int MAJOR_VERSION = 4;
public const int MINOR_VERSION = 6;
public const int MINOR_VERSION = 7;
private readonly User _user;
private readonly HermesApiClient _hermesApiClient;

View File

@@ -70,7 +70,6 @@ namespace TwitchChatTTS.Twitch.Socket.Handlers
}
string permission = GetPermissionPath(message.ChannelPointsCustomRewardId, bits);
_logger.Information(chatterId + " / " + permission + " / groups: " + string.Join(" | ", groups));
if (!HasPermission(chatterId, groups, permission))
{
_logger.Debug($"Blocked message [chatter: {chatterLogin}][message: {message}]");