mirror of
https://github.com/markqvist/NomadNet.git
synced 2024-10-01 01:26:07 -04:00
Request announce for new conversations with unknown destinations
This commit is contained in:
parent
69c498432d
commit
4b76387f2c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user