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
gajim
gajim-plugins
Commits
81eb3b61
Commit
81eb3b61
authored
Mar 03, 2021
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[omemo] Fix attribute access
parent
140068bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
omemo/modules/omemo.py
omemo/modules/omemo.py
+1
-1
No files found.
omemo/modules/omemo.py
View file @
81eb3b61
...
...
@@ -260,7 +260,7 @@ class OMEMO(BaseModule):
def
_process_muc_message
(
self
,
properties
):
room_jid
=
properties
.
jid
.
bare
resource
=
properties
.
jid
.
resource
()
resource
=
properties
.
jid
.
resource
if
properties
.
muc_ofrom
is
not
None
:
# History Message from MUC
return
properties
.
muc_ofrom
.
bare
...
...
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