[omemo] Query devices if we have none
- PEP is not reliable enough for now, so we have to use this as fallback
This commit is contained in:
@@ -140,7 +140,7 @@ class BundleInformationAnnouncement(Iq):
|
||||
|
||||
|
||||
class DevicelistQuery(Iq):
|
||||
def __init__(self, contact_jid,):
|
||||
def __init__(self, contact_jid):
|
||||
id_ = app.get_an_id()
|
||||
attrs = {'id': id_}
|
||||
Iq.__init__(self, typ='get', attrs=attrs, to=contact_jid)
|
||||
|
||||
Reference in New Issue
Block a user