Request announce for new conversations with unknown destinations

This commit is contained in:
Mark Qvist 2022-09-13 21:47:41 +02:00
parent 69c498432d
commit 4b76387f2c

View File

@ -294,6 +294,10 @@ class ConversationsDisplay():
self.app.directory.remember(entry)
new_conversation = nomadnet.Conversation(source_hash_text, nomadnet.NomadNetworkApp.get_shared_instance(), initiator=True)
if not RNS.Transport.has_path(source_hash):
RNS.Transport.request_path(source_hash)
self.update_conversation_list()
self.display_conversation(source_hash_text)