mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Connect to gateway immediately on login, a test for now
This commit is contained in:
		@@ -54,7 +54,7 @@
 | 
			
		||||
    var all_users = []; // List of all the users in guild
 | 
			
		||||
    var is_dragging_chatcontainer = false; // Track if is dragging on chatcontainer (does not trigger messagebox focus) or not
 | 
			
		||||
    var localstorage_avaliable = false; // Check if localstorage is avaliable on this browser
 | 
			
		||||
    var shouldUtilizeGateway = false; // Don't connect to gateway until page is focused or has interaction.
 | 
			
		||||
    var shouldUtilizeGateway = true; // Don't connect to gateway until page is focused or has interaction. -- set to true for now as an experiment to see how long this lasts...
 | 
			
		||||
    var discord_users_list_enabled = false; // Allow automatic population of discord users list
 | 
			
		||||
 | 
			
		||||
    function element_in_view(element, fullyInView) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user