Check if json body is null on Activitipub::ProcessingWorker (#26021)
This commit is contained in:
		
							parent
							
								
									bd33efdf16
								
							
						
					
					
						commit
						664b0ca8cb
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -8,6 +8,8 @@ class ActivityPub::ProcessCollectionService < BaseService
 | 
			
		|||
    @json    = original_json = Oj.load(body, mode: :strict)
 | 
			
		||||
    @options = options
 | 
			
		||||
 | 
			
		||||
    return unless @json.is_a?(Hash)
 | 
			
		||||
 | 
			
		||||
    begin
 | 
			
		||||
      @json = compact(@json) if @json['signature'].is_a?(Hash)
 | 
			
		||||
    rescue JSON::LD::JsonLdError => e
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue