summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-08-04 10:07:10 +0100
committerErik Johnston <erik@matrix.org>2017-08-04 10:07:10 +0100
commita1e67bcb974e098cbbe2fbe6072bc7d7658936f9 (patch)
tree7cb58a5366dccb4494becca4be14d79b7e465c34
parentMerge pull request #2382 from matrix-org/erikj/group_privilege (diff)
downloadsynapse-a1e67bcb974e098cbbe2fbe6072bc7d7658936f9.tar.xz
Remove stale TODO comments
-rw-r--r--synapse/handlers/groups_local.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/synapse/handlers/groups_local.py b/synapse/handlers/groups_local.py

index d0ed988224..b8b1e754c7 100644 --- a/synapse/handlers/groups_local.py +++ b/synapse/handlers/groups_local.py
@@ -23,16 +23,6 @@ import logging logger = logging.getLogger(__name__) -# TODO: Validate attestations -# TODO: Allow users to "knock" or simpkly join depending on rules -# TODO: is_priveged flag to users and is_public to users and rooms -# TODO: Roles -# TODO: Audit log for admins (profile updates, membership changes, users who tried -# to join but were rejected, etc) -# TODO: Flairs -# TODO: Add group memebership /sync - - def _create_rerouter(func_name): """Returns a function that looks at the group id and calls the function on federation or the local group server if the group is local