WIP
This commit is contained in:
		@@ -50,7 +50,10 @@ $(function () {
 | 
				
			|||||||
            while(socket.getReadyState() === 0){
 | 
					            while(socket.getReadyState() === 0){
 | 
				
			||||||
                await new Promise(r => setTimeout(r, 500));
 | 
					                await new Promise(r => setTimeout(r, 500));
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            socket.getDBValue("get_current_stream_info", 'streamInfo', 'lastSub', function(response) {
 | 
					            // $.inidb.get('streamInfo', 'lastSub', subscriber);
 | 
				
			||||||
 | 
					            // $.inidb.get('streamInfo', 'lastFollow', follower);
 | 
				
			||||||
 | 
					            // $.inidb.get('streamInfo', 'lastDonator', donationUsername);
 | 
				
			||||||
 | 
					            socket.getDBValue("get_current_stream_info", 'streamInfo', 'lastFollow', function(response) {
 | 
				
			||||||
                console.log(response);
 | 
					                console.log(response);
 | 
				
			||||||
                
 | 
					                
 | 
				
			||||||
                if(response.request_data) console.log(response.request_data)
 | 
					                if(response.request_data) console.log(response.request_data)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user