mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-08-02 03:46:10 -04:00
Request announce for new conversations with unknown destinations
This commit is contained in:
parent
69c498432d
commit
4b76387f2c
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue