mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-05 04:41:03 -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>"
|
||||
elif device["trust_state"] == "blacklisted":
|
||||
trust_state = f"<ansired>Blacklisted</ansired>"
|
||||
elif device["trust_state"] == "ignored":
|
||||
trust_state = f"Ignored"
|
||||
else:
|
||||
trust_state = "Unset"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user