fix typo
This commit is contained in:
parent
92f3898a3e
commit
8f50ef0151
1 changed files with 1 additions and 1 deletions
|
@ -2705,7 +2705,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…
Add table
Reference in a new issue