# HG changeset patch # User Goffi # Date 1527850573 -7200 # Node ID 092e910292c97f9357d39ace0d25c9a22caa148a # Parent 9c41b7e91172b2568d0b7db363b6093e4abe3593 pages (chat): don't change session.jid anymore, as it is now set on log-in diff -r 9c41b7e91172 -r 092e910292c9 src/pages/chat/page_meta.py --- a/src/pages/chat/page_meta.py Fri Jun 01 12:55:25 2018 +0200 +++ b/src/pages/chat/page_meta.py Fri Jun 01 12:56:13 2018 +0200 @@ -47,9 +47,6 @@ target_jid = rdata['target'] profile = session.profile profile_jid = session.jid - if profile_jid is None: - jid_s = yield self.host.bridgeCall(u'getParamA', "JabberID", "Connection", profile_key=profile) - profile_jid = session.jid = jid.JID(jid_s) disco = yield self.host.bridgeCall(u"discoInfos", target_jid.host, u'', True, profile) if "conference" in [i[0] for i in disco[1]]: