parent
							
								
									6208ea5a53
								
							
						
					
					
						commit
						993e68a7dd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -35,8 +35,8 @@ class PostStatusService < BaseService
 | 
				
			||||||
                                        application: options[:application])
 | 
					                                        application: options[:application])
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    process_mentions_service.call(status)
 | 
					 | 
				
			||||||
    process_hashtags_service.call(status)
 | 
					    process_hashtags_service.call(status)
 | 
				
			||||||
 | 
					    process_mentions_service.call(status)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    LinkCrawlWorker.perform_async(status.id) unless status.spoiler_text?
 | 
					    LinkCrawlWorker.perform_async(status.id) unless status.spoiler_text?
 | 
				
			||||||
    DistributionWorker.perform_async(status.id)
 | 
					    DistributionWorker.perform_async(status.id)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue