mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-03-06 12:09:42 -05:00
Changing native fetchGifts to false due to majority users not needing this and the endpoint now requiring signatures!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user