Small fixes
This commit is contained in:
		
							parent
							
								
									f06f295890
								
							
						
					
					
						commit
						d74da1a89a
					
				| @ -153,9 +153,8 @@ class ProcessFeedService < BaseService | |||||||
| 
 | 
 | ||||||
|     status = Status.new(account: account, uri: target_id(xml), text: target_content(xml), url: target_url(xml), created_at: published(xml), updated_at: updated(xml)) |     status = Status.new(account: account, uri: target_id(xml), text: target_content(xml), url: target_url(xml), created_at: published(xml), updated_at: updated(xml)) | ||||||
|     status.thread = find_original_status(xml, thread_id(xml)) |     status.thread = find_original_status(xml, thread_id(xml)) | ||||||
|     status.save |  | ||||||
| 
 | 
 | ||||||
|     if status.saved? && status.thread.nil? && !thread_href(xml).nil? |     if status.save && status.thread.nil? && !thread_href(xml).nil? | ||||||
|       ThreadResolveWorker.perform_async(status.id, thread_href(xml)) |       ThreadResolveWorker.perform_async(status.id, thread_href(xml)) | ||||||
|     end |     end | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -31,5 +31,9 @@ module Mastodon | |||||||
|     config.middleware.use Rack::Deflater |     config.middleware.use Rack::Deflater | ||||||
| 
 | 
 | ||||||
|     config.browserify_rails.commandline_options = "--transform [ babelify --presets [ es2015 react ] ] --extension=\".jsx\"" |     config.browserify_rails.commandline_options = "--transform [ babelify --presets [ es2015 react ] ] --extension=\".jsx\"" | ||||||
|  | 
 | ||||||
|  |     config.to_prepare do | ||||||
|  |       Doorkeeper::AuthorizationsController.layout 'auth' | ||||||
|  |     end | ||||||
|   end |   end | ||||||
| end | end | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user