mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-29 04:22:24 -05:00 
			
		
		
		
	[chore/bugfix] Don't cache MovedTo account (#2939)
This commit is contained in:
		
					parent
					
						
							
								4dc30f8687
							
						
					
				
			
			
				commit
				
					
						fa9a3075a5
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								internal/cache/db.go
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								internal/cache/db.go
									
										
									
									
										vendored
									
									
								
							|  | @ -194,6 +194,7 @@ func (c *Caches) initAccount() { | |||
| 		a2.Emojis = nil | ||||
| 		a2.AlsoKnownAs = nil | ||||
| 		a2.Move = nil | ||||
| 		a2.MovedTo = nil | ||||
| 		a2.Settings = nil | ||||
| 		a2.Stats = nil | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue