xep_0384: Remove unused variable
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
52e49e9422
commit
032469a05f
1 changed files with 0 additions and 1 deletions
|
@ -418,7 +418,6 @@ class XEP_0384(BasePlugin):
|
||||||
|
|
||||||
old_errors = errors
|
old_errors = errors
|
||||||
|
|
||||||
no_eligible_devices = set() # type: Set[str]
|
|
||||||
for exn in errors:
|
for exn in errors:
|
||||||
if isinstance(exn, omemo.exceptions.NoDevicesException):
|
if isinstance(exn, omemo.exceptions.NoDevicesException):
|
||||||
await self._fetch_device_list(exn.bare_jid)
|
await self._fetch_device_list(exn.bare_jid)
|
||||||
|
|
Loading…
Reference in a new issue