mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-06-20 08:25:16 +00:00
Can set the list of members of a group public
This commit is contained in:
@ -119,6 +119,7 @@ pub struct Group {
|
||||
pub visibility: GroupVisibilityLevel,
|
||||
pub registration_level: GroupRegistrationLevel,
|
||||
pub posts_creation_level: GroupPostsCreationLevel,
|
||||
pub is_members_list_public: bool,
|
||||
pub logo: Option<String>,
|
||||
pub virtual_directory: Option<String>,
|
||||
pub time_create: u64,
|
||||
|
Reference in New Issue
Block a user