We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0487ce5 commit 1e6625dCopy full SHA for 1e6625d
1 file changed
meshtastic/mesh_interface.py
@@ -269,6 +269,7 @@ def getTimeAgo(ts) -> Optional[str]:
269
"ID": user["id"],
270
"Hardware": user.get("hwModel", "UNSET"),
271
"Pubkey": user.get("publicKey", "UNSET"),
272
+ "Role": user.get("role", "N/A"),
273
}
274
)
275
0 commit comments