diff options
| author | fiaxh <git@lightrise.org> | 2022-01-04 12:34:16 +0100 |
|---|---|---|
| committer | fiaxh <git@lightrise.org> | 2022-01-04 21:40:51 +0100 |
| commit | 33104a778d6bcfb37577d14d28f68442467636a9 (patch) | |
| tree | ba3f7c945739517781b21554b04d8575d51b0894 /libdino/src/entity/encryption.vala | |
| parent | 85f4bddf99f92647e67e7b69c1e1902730f5ea8f (diff) | |
| download | dino-33104a778d6bcfb37577d14d28f68442467636a9.tar.gz | |
Add 'unknown' encryption state for establishing calls
Currently, they are Encryption.NONE and thus marked as unencrypted in encrypted conversations
Diffstat (limited to 'libdino/src/entity/encryption.vala')
| -rw-r--r-- | libdino/src/entity/encryption.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdino/src/entity/encryption.vala b/libdino/src/entity/encryption.vala index 25d55eb1..193d741b 100644 --- a/libdino/src/entity/encryption.vala +++ b/libdino/src/entity/encryption.vala @@ -6,6 +6,7 @@ public enum Encryption { OMEMO, DTLS_SRTP, SRTP, + UNKNOWN, } }
\ No newline at end of file |
