Fix: Like/Dislike/Reshare actions should now be visible
This commit is contained in:
		
					parent
					
						
							
								e4c13bb1c7
							
						
					
				
			
			
				commit
				
					
						0aee9a054a
					
				
			
		
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -115,6 +115,7 @@ function display_init(App $a)
 | 
			
		|||
	if (\Friendica\Util\Network::isLocalLink($author['url'])) {
 | 
			
		||||
		\Friendica\Model\Profile::load(DI::app(), $author['nick'], false);
 | 
			
		||||
	} else {
 | 
			
		||||
		$a->setProfileOwner($item['uid']);
 | 
			
		||||
		DI::page()['aside'] = Widget\VCard::getHTML($author);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -819,7 +819,7 @@ class Conversation
 | 
			
		|||
	{
 | 
			
		||||
		$this->profiler->startRecording('rendering');
 | 
			
		||||
 | 
			
		||||
		if ($row['uid'] == 0) {
 | 
			
		||||
		if (!$row['writable']) {
 | 
			
		||||
			$row['writable'] = in_array($row['network'], Protocol::FEDERATED);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue