[omemo] Adapt to Gajim changes

This commit is contained in:
wurstsalat
2021-10-21 17:28:58 +02:00
parent e97372d6d6
commit 0277f63129
5 changed files with 19 additions and 20 deletions

View File

@@ -82,6 +82,7 @@ class DeviceManager:
def get_devices_for_encryption(self, jid):
devices_for_encryption = []
# TODO:
if app.contacts.get_groupchat_contact(self._account, jid) is not None:
devices_for_encryption = self._get_devices_for_muc_encryption(jid)
else: