[omemo] Remove unused method
This commit is contained in:
@@ -696,10 +696,6 @@ class LiteAxolotlStore(AxolotlStore):
|
|||||||
return self.getTrustForIdentity(
|
return self.getTrustForIdentity(
|
||||||
recipient_id, identity_key) == Trust.VERIFIED
|
recipient_id, identity_key) == Trust.VERIFIED
|
||||||
|
|
||||||
def isUntrustedIdentity(self, recipient_id, identity_key):
|
|
||||||
return self.getTrustForIdentity(
|
|
||||||
recipient_id, identity_key) == Trust.UNTRUSTED
|
|
||||||
|
|
||||||
def getIdentityLastSeen(self, recipient_id, identity_key):
|
def getIdentityLastSeen(self, recipient_id, identity_key):
|
||||||
identity_key = identity_key.getPublicKey().serialize()
|
identity_key = identity_key.getPublicKey().serialize()
|
||||||
query = '''SELECT timestamp FROM identities
|
query = '''SELECT timestamp FROM identities
|
||||||
|
|||||||
Reference in New Issue
Block a user