mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 12:42:25 -05:00 
			
		
		
		
	[bugfix] Load instance-wide custom css unconditionally in thread details page (#3595)
This commit is contained in:
		
					parent
					
						
							
								a597e1ed85
							
						
					
				
			
			
				commit
				
					
						732b03a742
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -124,6 +124,7 @@ func (m *Module) threadGETHandler(c *gin.Context) { | ||||||
| 			cssFA, | 			cssFA, | ||||||
| 			cssStatus, | 			cssStatus, | ||||||
| 			cssThread, | 			cssThread, | ||||||
|  | 			instanceCustomCSSPath, | ||||||
| 		}..., | 		}..., | ||||||
| 	) | 	) | ||||||
| 
 | 
 | ||||||
|  | @ -131,7 +132,6 @@ func (m *Module) threadGETHandler(c *gin.Context) { | ||||||
| 	if theme := targetAccount.Theme; theme != "" { | 	if theme := targetAccount.Theme; theme != "" { | ||||||
| 		stylesheets = append( | 		stylesheets = append( | ||||||
| 			stylesheets, | 			stylesheets, | ||||||
| 			instanceCustomCSSPath, |  | ||||||
| 			themesPathPrefix+"/"+theme, | 			themesPathPrefix+"/"+theme, | ||||||
| 		) | 		) | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue