Skip to content

Commit 4230c4d

Browse files
committed
Changing native fetchGifts to false due to majority users not needing this and the endpoint now requiring signatures!
1 parent cbfa177 commit 4230c4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/LiveClientSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ public class LiveClientSettings {
4141

4242
/**
4343
* Fetch and download gifts data before TikTokLive starts
44-
* @apiNote If `false`, client.giftManager() does not contain initial gifts
44+
* @apiNote Defaults to {@code false} - If {@code false}, client.giftManager() does not contain initial gifts
4545
*/
46-
private boolean fetchGifts = true;
46+
private boolean fetchGifts = false;
4747

4848
/**
4949
* ISO-Language for Client

0 commit comments

Comments
 (0)