mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2024-11-22 13:29:21 +00:00
Fix compilation issue
This commit is contained in:
parent
be858dc9cc
commit
fad21381ed
@ -239,7 +239,7 @@ pub fn delete(notification: &PartialNotification) -> ResultBoxError {
|
||||
|
||||
// TODO : Send a notification (updated_number_conversations)
|
||||
|
||||
OK(())
|
||||
Ok(())
|
||||
}
|
||||
|
||||
/// Delete all the notifications of a given user
|
||||
|
Loading…
Reference in New Issue
Block a user