diff --git a/Services/uTTWEventSub.pas b/Services/uTTWEventSub.pas index 7271620..5ebe551 100644 --- a/Services/uTTWEventSub.pas +++ b/Services/uTTWEventSub.pas @@ -243,7 +243,7 @@ begin if md.subscription_type = 'channel.follow' then if Assigned(FOnFollow) then FOnFollow(ParseFollowEvent(AText)); - + //todo доделать парсинг типов нотификаций! // Тут аналогично можно вызывать ParseSubEvent, ParseGiftEvent, ParseRaidEvent end else if md.message_type = 'session_keepalive' then