Add is_public to groups table to allow for private groups
Prevent group API access to non-members for private groups Also make all the group code paths consistent with `requester_user_id` always being the User ID of the requesting user.
Showing
- synapse/groups/groups_server.py 59 additions, 55 deletionssynapse/groups/groups_server.py
- synapse/rest/client/v2_alpha/groups.py 40 additions, 40 deletionssynapse/rest/client/v2_alpha/groups.py
- synapse/storage/schema/delta/46/group_server.sql 17 additions, 0 deletionssynapse/storage/schema/delta/46/group_server.sql
Loading
Please register or sign in to comment