mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
rework format of change password capability
This commit is contained in:
parent
19259d903c
commit
e4bef9d470
2 changed files with 5 additions and 3 deletions
|
@ -55,7 +55,9 @@ class CapabilitiesRestServlet(RestServlet):
|
|||
"state-v2-test": "unstable",
|
||||
}
|
||||
},
|
||||
"m.change_password": change_password,
|
||||
"m.change_password": {
|
||||
"enabled": change_password,
|
||||
},
|
||||
}
|
||||
})
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue