Skip to content
Snippets Groups Projects
Commit 6d445bd1 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Caps: Fix EntityCapsTask precondition check

parent 25b8fd98
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,6 @@ def preconditions_met(self):
if muc is None or not muc.state.is_joined:
self.set_obsolete()
return False
return True
return client.state.is_available
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment