Skip to content
Snippets Groups Projects
Commit a64d986c authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Fix pylint error

parent eb99291d
No related branches found
No related tags found
No related merge requests found
......@@ -355,8 +355,7 @@ class Chatstate:
if contact.is_groupchat():
return app.config.get_per(
'rooms', contact.jid, 'send_chatstate', 'composing_only')
else:
return app.config.get('outgoing_chat_state_notifications')
return app.config.get('outgoing_chat_state_notifications')
def remove_delay_timeout(self, contact):
timeout = self._delay_timeout_ids.get(contact.jid)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment