mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 01:51:22 +01:00
Connect to gateway immediately on login, a test for now
This commit is contained in:
parent
8d1592b717
commit
cb6a87f73c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user