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
Commits
508a0604
Commit
508a0604
authored
Feb 28, 2021
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use bare_match()
bareMatch() is deprecated
parent
97080f7a
Pipeline
#7411
passed with stages
in 6 minutes and 50 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gajim/common/modules/chat_markers.py
gajim/common/modules/chat_markers.py
+1
-1
No files found.
gajim/common/modules/chat_markers.py
View file @
508a0604
...
...
@@ -61,7 +61,7 @@ def _process_chat_marker(self, _con, _stanza, properties):
return
if
properties
.
is_mam_message
:
if
properties
.
from_
.
bare
M
atch
(
self
.
_con
.
get_own_jid
()):
if
properties
.
from_
.
bare
_m
atch
(
self
.
_con
.
get_own_jid
()):
return
self
.
_raise_event
(
'displayed-received'
,
properties
)
...
...
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