1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-06-20 16:35:17 +00:00

Can delete all the notifications related with a post

This commit is contained in:
2021-01-24 17:48:46 +01:00
parent 1c710ad965
commit f84f925abc
3 changed files with 16 additions and 4 deletions

View File

@ -119,8 +119,10 @@ impl PostKind {
}
}
pub type PostID = u64;
pub struct Post {
pub id: u64,
pub id: PostID,
pub user_id: UserID,
pub time_create: u64,
pub target_page: PostPageKind,