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
213ee3cd
Commit
213ee3cd
authored
Feb 27, 2021
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapt to nbxmpp chatstate changes
parent
b22b50c9
Pipeline
#7395
passed with stages
in 8 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gajim/common/modules/chatstates.py
gajim/common/modules/chatstates.py
+1
-1
No files found.
gajim/common/modules/chatstates.py
View file @
213ee3cd
...
...
@@ -158,7 +158,7 @@ def _process_chatstate(self, _con, _stanza, properties):
if
contact
is
None
:
return
contact
.
chatstate
=
properties
.
chatstate
contact
.
chatstate
=
properties
.
chatstate
.
value
self
.
_log
.
info
(
'Recv: %-10s - %s'
,
properties
.
chatstate
,
properties
.
jid
)
app
.
nec
.
push_outgoing_event
(
NetworkEvent
(
'chatstate-received'
,
...
...
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