Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
gajim
gajim-plugins
Commits
49ffa7a3
Commit
49ffa7a3
authored
Feb 24, 2019
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[omemo] Improve verifying trust
parent
0c38ee37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
omemo/backend/liteaxolotlstore.py
omemo/backend/liteaxolotlstore.py
+1
-1
No files found.
omemo/backend/liteaxolotlstore.py
View file @
49ffa7a3
...
...
@@ -532,7 +532,7 @@ class LiteAxolotlStore(AxolotlStore):
def
isUntrustedIdentity
(
self
,
recipient_id
,
identity_key
):
return
self
.
getTrustForIdentity
(
recipient_id
,
identity_key
)
not
in
(
Trust
.
TRUSTED
,
Trust
.
UNDECIDED
)
recipient_id
,
identity_key
)
==
Trust
.
UN
TRUSTED
def
getIdentityLastSeen
(
self
,
recipient_id
,
identity_key
):
identity_key
=
identity_key
.
getPublicKey
().
serialize
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment