]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-chat.c
tp-chat: stop setting TargetHandleType: None
[empathy.git] / libempathy / empathy-tp-chat.c
index 31a92719d8698af4f6c28aaeddc3c1e7e1c374ed..730c8ac0486ddc2566ec9841c4ff3de033d2c806 100644 (file)
@@ -208,10 +208,6 @@ empathy_tp_chat_add (EmpathyTpChat *self,
       req = tp_account_channel_request_new_text (account,
         TP_USER_ACTION_TIME_NOT_USER_ACTION);
 
-      tp_account_channel_request_set_request_property (req,
-          TP_PROP_CHANNEL_TARGET_HANDLE_TYPE,
-          g_variant_new_uint32 (TP_HANDLE_TYPE_NONE));
-
       tp_account_channel_request_set_request_property (req,
           TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_CHANNELS,
           g_variant_new_objv (channels, -1));