Set correct kind on incoming MAM messages

This commit is contained in:
Philipp Hörist 2018-02-28 17:58:26 +01:00
parent a4bfd2fcbb
commit c5f3aa169f
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,7 @@ class ChatControl(ChatControlBase):
if obj.with_ != self.contact.jid:
return
kind = 'incoming'
kind = '' # incoming
if obj.kind == KindConstant.CHAT_MSG_SENT:
kind = 'outgoing'