kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			Update Status model, fixes #1637
							rodzic
							
								
									c952442077
								
							
						
					
					
						commit
						ccaefe3f7f
					
				| 
						 | 
				
			
			@ -370,8 +370,8 @@ class Status extends Model
 | 
			
		|||
            return $mention->permalink();
 | 
			
		||||
        })->toArray();
 | 
			
		||||
 | 
			
		||||
        if($status->in_reply_to_id != null) {
 | 
			
		||||
            $parent = $status->parent();
 | 
			
		||||
        if($this->in_reply_to_id != null) {
 | 
			
		||||
            $parent = $this->parent();
 | 
			
		||||
            if($parent) {
 | 
			
		||||
                $mentions = array_merge([$parent->profile->permalink()], $mentions);
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue