Disable the ContactList interface for now
This commit is contained in:
@@ -286,8 +286,8 @@ impl Connection {
|
||||
let contacts_iface =
|
||||
telepathy::connection_interface_contacts_server(&f, (), move |_| c_rc3.clone());
|
||||
|
||||
let c_rc4 = c_rc.clone();
|
||||
let contact_list_iface =
|
||||
let _c_rc4 = c_rc.clone();
|
||||
let _contact_list_iface =
|
||||
telepathy::connection_interface_contact_list_server(&f, (), move |_| c_rc4.clone());
|
||||
|
||||
let c_rc5 = c_rc.clone();
|
||||
@@ -303,7 +303,7 @@ impl Connection {
|
||||
.add(conn_iface)
|
||||
.add(avatars_iface)
|
||||
.add(contacts_iface)
|
||||
.add(contact_list_iface)
|
||||
// .add(contact_list_iface)
|
||||
.add(requests_iface)
|
||||
.add(simple_presence_iface),
|
||||
);
|
||||
|
Reference in New Issue
Block a user