kopia lustrzana https://github.com/friendica/friendica
				
				
				
			Removed notice - pokes do now work mostly (#5693)
							rodzic
							
								
									b524975e4f
								
							
						
					
					
						commit
						601851f3d0
					
				| 
						 | 
				
			
			@ -231,8 +231,9 @@ function localize_item(&$item)
 | 
			
		|||
		$obj = XML::parseString($xmlhead.$item['object']);
 | 
			
		||||
 | 
			
		||||
		$Bname = $obj->title;
 | 
			
		||||
		$Blink = "";
 | 
			
		||||
		$Blink = $obj->id;
 | 
			
		||||
		$Bphoto = "";
 | 
			
		||||
 | 
			
		||||
		foreach ($obj->link as $l) {
 | 
			
		||||
			$atts = $l->attributes();
 | 
			
		||||
			switch ($atts['rel']) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2252,6 +2252,11 @@ class DFRN
 | 
			
		|||
			if ($Blink && link_compare($Blink, System::baseUrl() . "/profile/" . $importer["nickname"])) {
 | 
			
		||||
				$author = DBA::selectFirst('contact', ['name', 'thumb', 'url'], ['id' => $item['author-id']]);
 | 
			
		||||
 | 
			
		||||
				$item['id'] = $posted_id;
 | 
			
		||||
 | 
			
		||||
				$parent = Item::selectFirst(['id'], ['uri' => $item['parent-uri'], 'uid' => $importer["importer_uid"]]);
 | 
			
		||||
				$item["parent"] = $parent['id'];
 | 
			
		||||
 | 
			
		||||
				// send a notification
 | 
			
		||||
				notification(
 | 
			
		||||
					[
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue