Add ability to search for identity by identity hash

This commit is contained in:
Mark Qvist 2025-04-08 13:54:22 +02:00
parent 768f562437
commit 8f4b4fa82d
3 changed files with 41 additions and 25 deletions

View file

@ -192,7 +192,7 @@ class Destination:
"""
:returns: A human-readable representation of the destination including addressable hash and full name.
"""
return "<"+self.name+"/"+self.hexhash+">"
return "<"+self.name+":"+self.hexhash+">"
def _clean_ratchets(self):
if self.ratchets != None: