!!! ДОБАВЬ ПАРСИНГ СОБЫТИЙ
This commit is contained in:
parent
7a6934c825
commit
2386d14b86
|
|
@ -243,7 +243,7 @@ begin
|
||||||
if md.subscription_type = 'channel.follow' then
|
if md.subscription_type = 'channel.follow' then
|
||||||
if Assigned(FOnFollow) then
|
if Assigned(FOnFollow) then
|
||||||
FOnFollow(ParseFollowEvent(AText));
|
FOnFollow(ParseFollowEvent(AText));
|
||||||
|
//todo доделать парсинг типов нотификаций!
|
||||||
// Òóò àíàëîãè÷íî ìîæíî âûçûâàòü ParseSubEvent, ParseGiftEvent, ParseRaidEvent
|
// Òóò àíàëîãè÷íî ìîæíî âûçûâàòü ParseSubEvent, ParseGiftEvent, ParseRaidEvent
|
||||||
end
|
end
|
||||||
else if md.message_type = 'session_keepalive' then
|
else if md.message_type = 'session_keepalive' then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue