mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-05 07:35:02 -04:00
Added node saving from announce stream
This commit is contained in:
parent
848514ec54
commit
efc24d361b
3 changed files with 21 additions and 7 deletions
|
@ -423,7 +423,8 @@ class ConversationsDisplay():
|
|||
|
||||
if trust_level != DirectoryEntry.TRUSTED:
|
||||
display_text += " <"+source_hash+">"
|
||||
else:
|
||||
|
||||
if trust_level != DirectoryEntry.UNTRUSTED:
|
||||
if unread:
|
||||
if source_hash != self.currently_displayed_conversation:
|
||||
display_text += " "+g["unread"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue