mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -06:00
Fix build
This commit is contained in:
parent
46af57c1d9
commit
a1062d8c1f
|
|
@ -85,7 +85,7 @@ func (t *EDUServerInputAPI) InputSigningKeyUpdate(
|
||||||
request *api.InputSigningKeyUpdateRequest,
|
request *api.InputSigningKeyUpdateRequest,
|
||||||
response *api.InputSigningKeyUpdateResponse,
|
response *api.InputSigningKeyUpdateResponse,
|
||||||
) error {
|
) error {
|
||||||
eventJSON, err := json.Marshal(&api.OutputSigningKeyUpdateEvent{
|
eventJSON, err := json.Marshal(&api.OutputSigningKeyUpdate{
|
||||||
SigningKeyUpdate: request.SigningKeyUpdate,
|
SigningKeyUpdate: request.SigningKeyUpdate,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue