Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Store group description in
public_info
(#1384)
Currently, `create_or_update_user_group()` sets the group description directly inside the `properties` dict, but only the values of the `public_info` key are exposed via the API. This change stores the description in the correct location so that the UI can display it.
- Loading branch information