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:
@ -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,
|
||||
|
Reference in New Issue
Block a user