mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-06-20 08:25:16 +00:00
Start to implement posts creation
This commit is contained in:
@ -61,6 +61,7 @@ impl PostAccessLevel {
|
||||
}
|
||||
|
||||
#[allow(non_camel_case_types)]
|
||||
#[derive(Debug)]
|
||||
pub enum PostPageKind {
|
||||
PAGE_KIND_USER(UserID),
|
||||
PAGE_KIND_GROUP(GroupID),
|
||||
|
Reference in New Issue
Block a user