Set correct kind on incoming MAM messages
This commit is contained in:
parent
a4bfd2fcbb
commit
c5f3aa169f
1 changed files with 1 additions and 1 deletions
|
@ -815,7 +815,7 @@ class ChatControl(ChatControlBase):
|
||||||
if obj.with_ != self.contact.jid:
|
if obj.with_ != self.contact.jid:
|
||||||
return
|
return
|
||||||
|
|
||||||
kind = 'incoming'
|
kind = '' # incoming
|
||||||
if obj.kind == KindConstant.CHAT_MSG_SENT:
|
if obj.kind == KindConstant.CHAT_MSG_SENT:
|
||||||
kind = 'outgoing'
|
kind = 'outgoing'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue