Adjusted timeouts

This commit is contained in:
Mark Qvist 2023-11-02 12:25:36 +01:00
parent 082026ca1b
commit 82bb479957
3 changed files with 4 additions and 4 deletions

View file

@ -142,7 +142,7 @@ class Conversation:
self.__changed_callback = None
if not RNS.Transport.has_path(bytes.fromhex(source_hash)):
if not RNS.Identity.recall(bytes.fromhex(self.source_hash)):
RNS.Transport.request_path(bytes.fromhex(source_hash))
self.source_identity = RNS.Identity.recall(bytes.fromhex(self.source_hash))