diff --git a/src/api/client/thirdparty.rs b/src/api/client/thirdparty.rs index 0713a8823..336931c97 100644 --- a/src/api/client/thirdparty.rs +++ b/src/api/client/thirdparty.rs @@ -11,8 +11,8 @@ pub(crate) async fn get_protocols_route( _body: Ruma, ) -> Result { - // TODO - Ok(get_protocols::v3::Response { protocols: BTreeMap::new() }) + // We don't support this at all + Ok(get_protocols::v3::Response::new(BTreeMap::new())) } /// # `GET /_matrix/client/unstable/thirdparty/protocols`