kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			Update StatusService, fix logic check
							rodzic
							
								
									5ab7f9958c
								
							
						
					
					
						commit
						61d235b797
					
				|  | @ -43,7 +43,7 @@ class StatusService | |||
|             } | ||||
|             return $res; | ||||
|         }); | ||||
|         if($res) { | ||||
|         if($res && isset($res['_pid'])) { | ||||
|             $res['account'] = $mastodonMode === true ? AccountService::getMastodon($res['_pid'], true) : AccountService::get($res['_pid'], true); | ||||
|             unset($res['_pid']); | ||||
|         } | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Daniel Supernault
						Daniel Supernault