mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-03-06 20:19:43 -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
|
* 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
|
||||||
|
|||||||
Reference in New Issue
Block a user