fix typo
This commit is contained in:
parent
cc198ec347
commit
1dd62544ff
|
@ -2688,7 +2688,7 @@ class RosterWindow:
|
|||
def _nec_decrypted_message_received(self, obj):
|
||||
if not obj.msgtxt: # empty message text
|
||||
return True
|
||||
if obj.mtype not in ('norml', 'chat'):
|
||||
if obj.mtype not in ('normal', 'chat'):
|
||||
return
|
||||
if obj.session.control:
|
||||
typ = ''
|
||||
|
|
Loading…
Reference in New Issue