Changed field origin
This commit is contained in:
		
					parent
					
						
							
								c8069eda0c
							
						
					
				
			
			
				commit
				
					
						a2e4a0170b
					
				
			
		
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -2122,9 +2122,8 @@ class Contact
 | 
			
		|||
 | 
			
		||||
		$pending = false;
 | 
			
		||||
		if ($protocol == Protocol::ACTIVITYPUB) {
 | 
			
		||||
			$apcontact = APContact::getByURL($ret['url'], false);
 | 
			
		||||
			if (isset($apcontact['manually-approve'])) {
 | 
			
		||||
				$pending = (bool)$apcontact['manually-approve'];
 | 
			
		||||
			if (isset($ret['manually-approve'])) {
 | 
			
		||||
				$pending = (bool)$ret['manually-approve'];
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue