mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-12-17 06:44:21 +01:00
Persist directory to disk for every user modification
This commit is contained in:
@@ -294,9 +294,6 @@ 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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user