fix(meshchat): return display name directly from database entry in ReticulumMeshChat
This commit is contained in:
@@ -7931,7 +7931,7 @@ class ReticulumMeshChat:
|
|||||||
destination_hash,
|
destination_hash,
|
||||||
)
|
)
|
||||||
if db_destination_display_name is not None:
|
if db_destination_display_name is not None:
|
||||||
return db_destination_display_name.display_name
|
return db_destination_display_name
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user