Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Yann Leboulanger
gajim
Commits
84ba852a
Commit
84ba852a
authored
Oct 05, 2018
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dont return None on has_mam()
Fixes #9368
parent
34553b6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
gajim/common/caps_cache.py
gajim/common/caps_cache.py
+1
-0
No files found.
gajim/common/caps_cache.py
View file @
84ba852a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment