mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-15 16:42:15 -04:00
Fix federation client set_group_joinable
typo
This commit is contained in:
parent
6eb3aa94b6
commit
f8d1917fce
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue