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
Sebastiaan Lokhorst
gajim
Commits
0acfc4c8
Commit
0acfc4c8
authored
Oct 18, 2019
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MAM: Correctly detect if we sent a message
properties.jid always yields the remote JID now after nbxmpp changes
parent
a4945d26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gajim/common/modules/mam.py
gajim/common/modules/mam.py
+1
-1
No files found.
gajim/common/modules/mam.py
View file @
0acfc4c8
...
...
@@ -96,7 +96,7 @@ class MAM(BaseModule):
if
properties
.
is_muc_pm
:
return
properties
.
mam
.
id
,
properties
.
id
if
self
.
_con
.
get_own_jid
().
bareMatch
(
properties
.
jid
):
if
self
.
_con
.
get_own_jid
().
bareMatch
(
properties
.
from_
):
# message we sent
return
properties
.
mam
.
id
,
properties
.
id
...
...
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