mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 21:02:25 +03:00
mas: revert cross_signing_keys.updatable_without_uia_before_ms field and related logic
This commit is contained in:
parent
453445695c
commit
0b4cf3badd
11 changed files with 41 additions and 212 deletions
|
@ -243,7 +243,7 @@ func (a *UserInternalAPI) QueryMasterKeys(ctx context.Context, req *api.QueryMas
|
|||
return
|
||||
}
|
||||
if key, ok := crossSigningKeyMap[fclient.CrossSigningKeyPurposeMaster]; ok {
|
||||
res.Key = &key
|
||||
res.Key = key
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue