Advertise the protocol interfaces correctly

This commit is contained in:
2020-05-16 21:25:40 +01:00
parent 011ee98340
commit 54a73c8219

View File

@@ -153,7 +153,7 @@ impl telepathy::ConnectionManager for ConnectionManager {
);
props.insert(
"org.freedesktop.Telepathy.Protocol.Interfaces".to_string(),
arg::Variant(Box::new(Vec::<String>::new())),
arg::Variant(Box::new(super::protocol_interfaces())),
);
props.insert(
"org.freedesktop.Telepathy.Protocol.Parameters".to_string(),