pep8
This commit is contained in:
parent
6850f8aea3
commit
112c2253e2
|
@ -741,7 +741,9 @@ class GroupsServerHandler(object):
|
||||||
This will error if the group requires an invite/knock to join
|
This will error if the group requires an invite/knock to join
|
||||||
"""
|
"""
|
||||||
|
|
||||||
group_info = yield self.check_group_is_ours(group_id, requester_user_id, and_exists=True)
|
group_info = yield self.check_group_is_ours(
|
||||||
|
group_id, requester_user_id, and_exists=True
|
||||||
|
)
|
||||||
if group_info['join_policy'] != "open":
|
if group_info['join_policy'] != "open":
|
||||||
raise SynapseError(403, "Group is not publicly joinable")
|
raise SynapseError(403, "Group is not publicly joinable")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue