(self: &Arc<Self>, notification: &mut Notification)
| 515 | } |
| 516 | |
| 517 | pub async fn add_notification(self: &Arc<Self>, notification: &mut Notification) -> Result<()> { |
| 518 | self.edit_notification(notification).await |
| 519 | } |
| 520 | |
| 521 | pub async fn edit_notification( |
| 522 | self: &Arc<Self>, |
no test coverage detected