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:
|
for package, remote, state in update:
|
||||||
|
|
||||||
if state != "error":
|
if state != "error":
|
||||||
row = (f"* {package} - [{state}]"
|
row = (f"* {package} - [{state[0:8]}]"
|
||||||
f"(https://commits.kde.org/{remote}/{state})")
|
f"(https://commits.kde.org/{remote}/{state})")
|
||||||
structure.append(row)
|
structure.append(row)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue