Issue 9520: Fix resharer hovercard
This commit is contained in:
		
					parent
					
						
							
								978208baa3
							
						
					
				
			
			
				commit
				
					
						553369d8b5
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -756,6 +756,7 @@ function conversation_fetch_comments($thread_items, $pinned, $causer) {
 | 
			
		|||
				break;
 | 
			
		||||
			case Item::PT_ANNOUNCEMENT:
 | 
			
		||||
				if (!empty($row['causer-id']) && DI::pConfig()->get(local_user(), 'system', 'display_resharer')) {
 | 
			
		||||
					$row['owner-id'] = $row['causer-id'];
 | 
			
		||||
					$row['owner-link'] = $row['causer-link'];
 | 
			
		||||
					$row['owner-avatar'] = $row['causer-avatar'];
 | 
			
		||||
					$row['owner-name'] = $row['causer-name'];
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue