mirror of
				https://gitlab.com/comunic/comunicapiv3
				synced 2025-10-31 07:34:45 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		| @@ -138,7 +138,7 @@ pub fn get_list_user(user_id: UserID, only_followed: bool) -> ResultBoxError<Vec | ||||
|     query.exec(|row| row.get_group_id("groups_id")) | ||||
| } | ||||
|  | ||||
| /// get information about a group | ||||
| /// Get information about a group | ||||
| pub fn get_info(group_id: &GroupID) -> ResultBoxError<Group> { | ||||
|     database::QueryInfo::new(GROUPS_LIST_TABLE) | ||||
|         .cond_group_id("id", group_id) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user