doc(ffi): update an oudated method doc comment

This commit is contained in:
Benjamin Bouvier
2025-07-07 15:48:09 +02:00
parent ec112ca32d
commit a50a570fc1
+3 -2
View File
@@ -176,8 +176,9 @@ impl NotificationClient {
///
/// Returns an error if the flow failed when preparing to fetch the
/// notifications, and a [`HashMap`] containing either a
/// [`NotificationItem`] or no entry for it if it failed to fetch a
/// notification for the provided [`EventId`].
/// [`BatchNotificationResult`], that indicates if the notification was
/// successfully fetched (in which case, it's a [`NotificationStatus`]), or
/// an error message if it couldn't be fetched.
pub async fn get_notifications(
&self,
requests: Vec<NotificationItemsRequest>,