diff options
author | Luke Barnard <luke@matrix.org> | 2018-04-05 17:32:20 +0100 |
---|---|---|
committer | Luke Barnard <luke@matrix.org> | 2018-04-06 15:43:27 +0100 |
commit | 112c2253e2846b48b75f4171d9dd94bfe6ecc8a1 (patch) | |
tree | 0c5066f065b5e37fb1ac12d48d0fef2cadc97c02 /synapse/federation/transport | |
parent | Get group_info from existing call to check_group_is_ours (diff) | |
download | synapse-112c2253e2846b48b75f4171d9dd94bfe6ecc8a1.tar.xz |
pep8
Diffstat (limited to 'synapse/federation/transport')
-rw-r--r-- | synapse/federation/transport/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/federation/transport/client.py b/synapse/federation/transport/client.py index 67ff7da51b..50a967a7ec 100644 --- a/synapse/federation/transport/client.py +++ b/synapse/federation/transport/client.py @@ -872,7 +872,7 @@ class TransportLayerClient(object): @log_function def set_group_join_policy(self, destination, group_id, requester_user_id, - content): + content): """Sets the join policy for a group """ path = PREFIX + "/groups/%s/settings/m.join_policy" % (group_id,) |