From a3aeb847631329aa8d2b0c0ea8442f28001fd108 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 16 Dec 2024 15:29:46 +0100 Subject: [PATCH] rust: Deprecated MessageAttempt::list_attempts_for_endpoint It's already deprecated in the spec. --- rust/src/api/message_attempt.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/src/api/message_attempt.rs b/rust/src/api/message_attempt.rs index 24c6a1b50..a9f2646ba 100644 --- a/rust/src/api/message_attempt.rs +++ b/rust/src/api/message_attempt.rs @@ -293,6 +293,7 @@ impl<'a> MessageAttempt<'a> { .await } + #[deprecated = "Use `list_by_msg` instead, setting the `endpoint_id` in `options`."] pub async fn list_attempts_for_endpoint( &self, app_id: String,