From 4230c4d216c70931c13af63dcc26cd596cd94bb9 Mon Sep 17 00:00:00 2001 From: kohlerpop1 Date: Wed, 4 Mar 2026 19:04:20 -0500 Subject: [PATCH] Changing native fetchGifts to false due to majority users not needing this and the endpoint now requiring signatures! --- .../jwdeveloper/tiktok/data/settings/LiveClientSettings.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/LiveClientSettings.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/LiveClientSettings.java index 725b2a2..94e58c9 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/LiveClientSettings.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/LiveClientSettings.java @@ -41,9 +41,9 @@ public class LiveClientSettings { /** * 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