chore(deps): sync upstream changes (2026-08-26) #5
1 changed files with 3 additions and 3 deletions
fix: update device management endpoint (#3022)
When we added the endpoints were session but they got updated when the MSC is merged into spec. Ref: https://github.com/matrix-org/matrix-spec-proposals/pull/4191#discussion_r2376900233
commit
a9245c8f46
|
|
@ -4,9 +4,9 @@ export const useAccountManagementActions = () => {
|
||||||
const actions = useMemo(
|
const actions = useMemo(
|
||||||
() => ({
|
() => ({
|
||||||
profile: 'org.matrix.profile',
|
profile: 'org.matrix.profile',
|
||||||
sessionsList: 'org.matrix.sessions_list',
|
sessionsList: 'org.matrix.devices_list',
|
||||||
sessionView: 'org.matrix.session_view',
|
sessionView: 'org.matrix.device_view',
|
||||||
sessionEnd: 'org.matrix.session_end',
|
sessionEnd: 'org.matrix.device_delete',
|
||||||
accountDeactivate: 'org.matrix.account_deactivate',
|
accountDeactivate: 'org.matrix.account_deactivate',
|
||||||
crossSigningReset: 'org.matrix.cross_signing_reset',
|
crossSigningReset: 'org.matrix.cross_signing_reset',
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue