mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 19:08:43 -05:00
Use "/settings/" (plural)
This commit is contained in:
parent
700e5e7198
commit
104c0bc1d5
3 changed files with 3 additions and 3 deletions
|
|
@ -862,7 +862,7 @@ class TransportLayerClient(object):
|
|||
content):
|
||||
"""Sets the join policy for a group
|
||||
"""
|
||||
path = PREFIX + "/groups/%s/setting/m.join_policy" % (group_id,)
|
||||
path = PREFIX + "/groups/%s/settings/m.join_policy" % (group_id,)
|
||||
|
||||
return self.client.post_json(
|
||||
destination=destination,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue