kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			Update Inbox
							rodzic
							
								
									c8eb326ef4
								
							
						
					
					
						commit
						cc47243733
					
				|  | @ -435,9 +435,14 @@ class Inbox | |||
| 		if(!$actor || !$target) { | ||||
| 			return; | ||||
| 		} | ||||
| 
 | ||||
| 		$actor = Helpers::profileFetch($actor); | ||||
| 		$target = Helpers::profileFetch($target); | ||||
| 
 | ||||
| 		if(!$actor || !$target) { | ||||
| 			return; | ||||
| 		} | ||||
| 
 | ||||
| 		$request = FollowRequest::whereFollowerId($actor->id) | ||||
| 			->whereFollowingId($target->id) | ||||
| 			->whereIsRejected(false) | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Daniel Supernault
						Daniel Supernault