mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 13:52:25 -05:00 
			
		
		
		
	rewrite file serving system
This commit is contained in:
		
					parent
					
						
							
								e47ee2b883
							
						
					
				
			
			
				commit
				
					
						cc424df169
					
				
			
		
					 12 changed files with 355 additions and 226 deletions
				
			
		|  | @ -26,5 +26,5 @@ import ( | |||
| 
 | ||||
| // NewTestProcessor returns a Processor suitable for testing purposes | ||||
| func NewTestProcessor(db db.DB, storage storage.Storage) message.Processor { | ||||
| 	return message.NewProcessor(NewTestConfig(), NewTestTypeConverter(db), NewTestOauthServer(db), NewTestMediaHandler(db, storage), db, NewTestLog()) | ||||
| 	return message.NewProcessor(NewTestConfig(), NewTestTypeConverter(db), NewTestOauthServer(db), NewTestMediaHandler(db, storage), storage, db, NewTestLog()) | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue