Skip to content
Snippets Groups Projects
Commit c610cadc authored by Dicson's avatar Dicson
Browse files

Fix invite menu for group. Fixes #7422

parent c41b11a6
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,8 @@ def build_invite_submenu(invite_menuitem, list_, ignore_rooms=[]):
if not account in connected_accounts:
connected_accounts.append(account)
transport = gajim.get_transport_name_from_jid(contact.jid)
if transport == 'jabber':
transport = None
if contacts_transport == -1:
contacts_transport = transport
elif contacts_transport != transport:
......
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