diff --git a/gajim/common/caps_cache.py b/gajim/common/caps_cache.py index 16ad4ea9f..6a6ea9a07 100644 --- a/gajim/common/caps_cache.py +++ b/gajim/common/caps_cache.py @@ -470,6 +470,7 @@ class MucCapsCache: return True if nbxmpp.NS_MAM_1 in self.cache[jid].features: return True + return False except (KeyError, AttributeError): return False