Shorten hash
This commit is contained in:
		
					parent
					
						
							
								4dbc8a1c50
							
						
					
				
			
			
				commit
				
					
						0201261b41
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -169,7 +169,7 @@ def notify_matrix(update_data: Dict[str, List[Tuple[str, str]]]) -> None:
 | 
			
		|||
        for package, remote, state in update:
 | 
			
		||||
 | 
			
		||||
            if state != "error":
 | 
			
		||||
                row = (f"* {package} - [{state}]"
 | 
			
		||||
                row = (f"* {package} - [{state[0:8]}]"
 | 
			
		||||
                       f"(https://commits.kde.org/{remote}/{state})")
 | 
			
		||||
                structure.append(row)
 | 
			
		||||
            else:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue