From a1592ee2102c6e52686e0207e5a5c7f6a6a08f5d Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 28 Mar 2014 21:29:42 +0100 Subject: update contact instance in chat window when we talk to another resource. Fixes #7700 --- src/session.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/session.py') diff --git a/src/session.py b/src/session.py index b0c8ad67d..d29680152 100644 --- a/src/session.py +++ b/src/session.py @@ -160,6 +160,7 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession): if ctrl: self.control = ctrl self.control.set_session(self) + self.control.contact = contact if not pm: self.roster_message2(obj) -- cgit v1.2.3