Fix federation client `set_group_joinable` typo
parent
6eb3aa94b6
commit
f8d1917fce
|
@ -871,7 +871,7 @@ class TransportLayerClient(object):
|
||||||
)
|
)
|
||||||
|
|
||||||
@log_function
|
@log_function
|
||||||
def set_group_joinable(self, destination, group_id, requester_user_id,
|
def set_group_join_policy(self, destination, group_id, requester_user_id,
|
||||||
content):
|
content):
|
||||||
"""Sets the join policy for a group
|
"""Sets the join policy for a group
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue