From 16b649025cbac0f0d4e6add9006587d1b11c7a46 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 23 Dec 2021 22:50:01 +0100 Subject: [PATCH] push-gateway-api: Rewrap comment --- .../src/send_event_notification/v1.rs | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/crates/ruma-push-gateway-api/src/send_event_notification/v1.rs b/crates/ruma-push-gateway-api/src/send_event_notification/v1.rs index 991a3ce3..59d81d72 100644 --- a/crates/ruma-push-gateway-api/src/send_event_notification/v1.rs +++ b/crates/ruma-push-gateway-api/src/send_event_notification/v1.rs @@ -29,15 +29,13 @@ ruma_api! { #[derive(Default)] response: { - /// A list of all pushkeys given in the notification request that are - /// not valid. + /// A list of all pushkeys given in the notification request that are not valid. /// - /// These could have been rejected by an upstream gateway because they - /// have expired or have never been valid. Homeservers must cease - /// sending notification requests for these pushkeys and remove the - /// associated pushers. It may not necessarily be the notification in - /// the request that failed: it could be that a previous notification to - /// the same pushkey failed. May be empty. + /// These could have been rejected by an upstream gateway because they have expired or have + /// never been valid. Homeservers must cease sending notification requests for these + /// pushkeys and remove the associated pushers. It may not necessarily be the notification + /// in the request that failed: it could be that a previous notification to the same pushkey + /// failed. May be empty. pub rejected: Vec, } }