forked from lug/matterbridge
		
	Update vendor (whatsapp)
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/go.mau.fi/whatsmeow/update.go
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/go.mau.fi/whatsmeow/update.go
									
									
									
									
										vendored
									
									
								
							@@ -33,7 +33,7 @@ const CheckUpdateURL = "https://web.whatsapp.com/check-update"
 | 
			
		||||
// CheckUpdate asks the WhatsApp servers if there is an update available
 | 
			
		||||
// (using the HTTP client and proxy settings of this whatsmeow Client instance).
 | 
			
		||||
func (cli *Client) CheckUpdate() (respData CheckUpdateResponse, err error) {
 | 
			
		||||
	return CheckUpdate(http.DefaultClient)
 | 
			
		||||
	return CheckUpdate(cli.http)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// CheckUpdate asks the WhatsApp servers if there is an update available.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user