Skip to content
Snippets Groups Projects
Commit 8aeac852 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[misc] use the domain name of the jid to browse disco instead of hostame. Do...

[misc] use the domain name of the jid to browse disco instead of hostame. Do not use the custom host. Fixes #2208
parent f9930820
No related branches found
No related tags found
No related merge requests found
......@@ -455,7 +455,6 @@ _('Without a connection, you can not browse available services'))
self.address_comboboxentry.set_text_column(0)
self.latest_addresses = gajim.config.get(
'latest_disco_addresses').split()
jid = gajim.get_hostname_from_account(self.account)
if jid in self.latest_addresses:
self.latest_addresses.remove(jid)
self.latest_addresses.insert(0, jid)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment