diff options
author | Luke Barnard <lukeb@openmarket.com> | 2017-10-26 16:51:32 +0100 |
---|---|---|
committer | Luke Barnard <lukeb@openmarket.com> | 2017-10-26 16:51:32 +0100 |
commit | 9b2feef9eb9502bf07d51378c75fc6b690a15676 (patch) | |
tree | 3505e346306f1fd8a2110e8bf42bbff56032b379 /synapse/storage | |
parent | Merge pull request #2578 from matrix-org/rav/code_style_imports (diff) | |
download | synapse-9b2feef9eb9502bf07d51378c75fc6b690a15676.tar.xz |
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.
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/schema/delta/46/group_server.sql | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/synapse/storage/schema/delta/46/group_server.sql b/synapse/storage/schema/delta/46/group_server.sql new file mode 100644 |