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

Fix Send Custom Status menuitem (roster contact menu)

parent 3938d172
No related branches found
No related tags found
No related merge requests found
......@@ -366,7 +366,8 @@ control=None, gc_contact=None, is_anonymous=True):
if helpers.group_is_blocked(account, group):
blocked = True
break
if gajim.get_transport_name_from_jid(jid, use_config_setting=False):
transport = gajim.get_transport_name_from_jid(jid, use_config_setting=False)
if transport and transport != 'jabber':
# Transport contact, send custom status unavailable
send_custom_status_menuitem.set_sensitive(False)
elif blocked:
......
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