mirror of
				https://gitlab.com/comunic/comunicapiv3
				synced 2025-10-31 07:34:45 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		| @@ -414,7 +414,7 @@ pub fn respond_request(group_id: &GroupID, user_id: &UserID, accept: bool) -> Re | ||||
|     } | ||||
| } | ||||
|  | ||||
| /// check out whether a user can create posts on a group or not | ||||
| /// Check out whether a user can create posts on a group or not | ||||
| pub fn can_user_create_posts(group_id: &GroupID, user_id: &UserID) -> ResultBoxError<bool> { | ||||
|     let membership_level = get_membership_level(group_id, user_id.as_option())?; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user