diff --git a/xmtp_mls/src/api_client_wrapper.rs b/xmtp_mls/src/api_client_wrapper.rs index 794ded351..311f3aba5 100644 --- a/xmtp_mls/src/api_client_wrapper.rs +++ b/xmtp_mls/src/api_client_wrapper.rs @@ -36,24 +36,6 @@ where Self { api_client } } - pub async fn subscribe( - &self, - request: SubscribeRequest, - ) -> Result { - self.api_client.subscribe(request).await - } - - pub async fn query(&self, request: QueryRequest) -> Result { - self.api_client.query(request).await - } - - pub async fn batch_query( - &self, - request: BatchQueryRequest, - ) -> Result { - self.api_client.batch_query(request).await - } - pub async fn read_topic( &self, topic: &str,