mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-11-03 17:14:03 +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