Added node saving from announce stream

This commit is contained in:
Mark Qvist 2021-09-25 16:57:29 +02:00
parent 848514ec54
commit efc24d361b
3 changed files with 21 additions and 7 deletions

View file

@ -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"]