mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-17 13:20:25 -04:00
Added LXMF link support
This commit is contained in:
parent
d8a35be14d
commit
247db32033
5 changed files with 91 additions and 23 deletions
|
@ -239,10 +239,11 @@ class Conversation:
|
|||
def __str__(self):
|
||||
string = self.source_hash
|
||||
|
||||
if self.source_identity:
|
||||
if self.source_identity.app_data:
|
||||
# TODO: Sanitise for viewing
|
||||
string += " | "+self.source.source_identity.app_data.decode("utf-8")
|
||||
# TODO: Remove this
|
||||
# if self.source_identity:
|
||||
# if self.source_identity.app_data:
|
||||
# # TODO: Sanitise for viewing, or just clean this
|
||||
# string += " | "+self.source_identity.app_data.decode("utf-8")
|
||||
|
||||
return string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue