From 214aa3b1ff3bfb394b1673aa84d17d9a86e5215a Mon Sep 17 00:00:00 2001 From: Jacek W Date: Tue, 5 Dec 2023 02:30:39 +0100 Subject: [PATCH] Update collaboration.md --- collaboration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collaboration.md b/collaboration.md index 66f473a..ddf40f4 100644 --- a/collaboration.md +++ b/collaboration.md @@ -36,8 +36,8 @@ Are you willing to help or improve TikTokLiveJava? - Mapping TikTok data to events at this point we have TikTok data inside protocol-buffer classes now we want to map it to TikTokLiveJava events. Why? because `protocol-buffer classes` might - be changed at any point, but we want to keep library code structure keep consistent - so for example `WebcastGiftMessage` is mapped manually to `TikTokGiftEvent` + be changed at any point, but we want to keep library code structure consistent + so for example `WebcastGiftMessage` is mapped to `TikTokGiftEvent` - trigger events when the events objects are done last step is to trigger then and that's it