diff --git a/src/bin/notification-proxy-client.rs b/src/bin/notification-proxy-client.rs index f11aa5d..d365778 100644 --- a/src/bin/notification-proxy-client.rs +++ b/src/bin/notification-proxy-client.rs @@ -75,6 +75,10 @@ impl Server { async fn get_capabilities(&self) -> zbus::fdo::Result<(Vec,)> { Ok((vec!["persistence".to_owned(), "actions".to_owned(), "body".to_owned()],)) } + async fn close_notification(&self, _id: u32) -> zbus::fdo::Result<()> { + // FIXME proxy to server (which will proxy back NotificationClosed) + Ok(()) + } #[zbus(signal)] async fn notification_closed( &self,