Changing native fetchGifts to false due to majority users not needing this and the endpoint now requiring signatures!

This commit is contained in:
kohlerpop1
2026-03-04 19:04:20 -05:00
parent cbfa177d89
commit 4230c4d216

View File

@@ -41,9 +41,9 @@ public class LiveClientSettings {
/** /**
* Fetch and download gifts data before TikTokLive starts * Fetch and download gifts data before TikTokLive starts
* @apiNote If `false`, client.giftManager() does not contain initial gifts * @apiNote Defaults to {@code false} - If {@code false}, client.giftManager() does not contain initial gifts
*/ */
private boolean fetchGifts = true; private boolean fetchGifts = false;
/** /**
* ISO-Language for Client * ISO-Language for Client