1
0
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:
2021-03-17 18:03:34 +01:00
parent ce1d851585
commit 135131ada6
3 changed files with 5 additions and 1 deletions

View File

@ -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,