Fix ActivityPub::UpdateDistributionWorker regression (#8039)
Regression from #7998 let to profile updates not sending
This commit is contained in:
		
							parent
							
								
									a23ac107e4
								
							
						
					
					
						commit
						7e2678f7f6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -34,6 +34,6 @@ class ActivityPub::UpdateDistributionWorker
 | 
				
			||||||
      @account,
 | 
					      @account,
 | 
				
			||||||
      serializer: ActivityPub::UpdateSerializer,
 | 
					      serializer: ActivityPub::UpdateSerializer,
 | 
				
			||||||
      adapter: ActivityPub::Adapter
 | 
					      adapter: ActivityPub::Adapter
 | 
				
			||||||
    ).to_json
 | 
					    ).as_json
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue