mirror of
https://github.com/markqvist/LXMF.git
synced 2025-05-24 16:51:16 -04:00
Fixed destination type reference
This commit is contained in:
parent
505176b6ee
commit
2d1828513f
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class LXMessage:
|
|||
if self.__destination.type == RNS.Destination.SINGLE:
|
||||
self.transport_encrypted = True
|
||||
self.transport_encryption = LXMessage.ENCRYPTION_DESCRIPTION_EC
|
||||
elif destination_type == RNS.Destination.GROUP:
|
||||
elif self.__destination.type == RNS.Destination.GROUP:
|
||||
self.transport_encrypted = True
|
||||
self.transport_encryption = LXMessage.ENCRYPTION_DESCRIPTION_AES
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue