1
0
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:
2020-07-06 17:31:23 +02:00
parent d49a4737e4
commit e0101fb3b8
4 changed files with 51 additions and 2 deletions

View File

@ -61,6 +61,7 @@ impl PostAccessLevel {
}
#[allow(non_camel_case_types)]
#[derive(Debug)]
pub enum PostPageKind {
PAGE_KIND_USER(UserID),
PAGE_KIND_GROUP(GroupID),