fix typo
This commit is contained in:
parent
cc198ec347
commit
1dd62544ff
1 changed files with 1 additions and 1 deletions
|
@ -2688,7 +2688,7 @@ class RosterWindow:
|
||||||
def _nec_decrypted_message_received(self, obj):
|
def _nec_decrypted_message_received(self, obj):
|
||||||
if not obj.msgtxt: # empty message text
|
if not obj.msgtxt: # empty message text
|
||||||
return True
|
return True
|
||||||
if obj.mtype not in ('norml', 'chat'):
|
if obj.mtype not in ('normal', 'chat'):
|
||||||
return
|
return
|
||||||
if obj.session.control:
|
if obj.session.control:
|
||||||
typ = ''
|
typ = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue