Allow ratchet enforcement and fixed opportunistic delivery queue handling
This commit is contained in:
parent
a9fe086bcf
commit
775ac7ff68
2 changed files with 14 additions and 8 deletions
|
|
@ -351,7 +351,9 @@ class LXMessage:
|
|||
|
||||
|
||||
def determine_transport_encryption(self):
|
||||
# TODO: Update transport encryption descriptions to account for ratchets
|
||||
# TODO: These descriptions are old and outdated.
|
||||
# Update the transport encryption descriptions to
|
||||
# account for ratchets and other changes.
|
||||
if self.method == LXMessage.OPPORTUNISTIC:
|
||||
if self.__destination.type == RNS.Destination.SINGLE:
|
||||
self.transport_encrypted = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue