mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-06 21:28:10 -05:00
panctl: Print out if a device is ignored.
This commit is contained in:
parent
ff0f6c50f9
commit
c40af38b33
@ -404,6 +404,8 @@ class PanCtl:
|
|||||||
trust_state = f"<ansigreen>Verified</ansigreen>"
|
trust_state = f"<ansigreen>Verified</ansigreen>"
|
||||||
elif device["trust_state"] == "blacklisted":
|
elif device["trust_state"] == "blacklisted":
|
||||||
trust_state = f"<ansired>Blacklisted</ansired>"
|
trust_state = f"<ansired>Blacklisted</ansired>"
|
||||||
|
elif device["trust_state"] == "ignored":
|
||||||
|
trust_state = f"Ignored"
|
||||||
else:
|
else:
|
||||||
trust_state = "Unset"
|
trust_state = "Unset"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user