fix: Upgrade status-go to the most recent version of release branch which contains memory fix
Fix #4990
This commit is contained in:
		
				
					committed by
					
						
						Michał Iskierko
					
				
			
			
				
	
			
			
			
						parent
						
							03d490156a
						
					
				
				
					commit
					66cf3d21b9
				
			
							
								
								
									
										2
									
								
								vendor/github.com/status-im/status-go/services/accounts/settings.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/status-im/status-go/services/accounts/settings.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -171,10 +171,12 @@ func (api *SettingsAPI) SetBio(bio string) error {
 | 
			
		||||
	return (*api.messenger).SetBio(bio)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Deprecated: use social links from ProfileShowcasePreferences
 | 
			
		||||
func (api *SettingsAPI) GetSocialLinks() (identity.SocialLinks, error) {
 | 
			
		||||
	return api.db.GetSocialLinks()
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Deprecated: use social links from ProfileShowcasePreferences
 | 
			
		||||
func (api *SettingsAPI) AddOrReplaceSocialLinks(links identity.SocialLinks) error {
 | 
			
		||||
	for _, link := range links {
 | 
			
		||||
		if len(link.Text) == 0 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user