mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
provisioning: fix return value from doResolveIdentifer
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
parent
afc796861a
commit
8ead76c67b
1 changed files with 1 additions and 1 deletions
|
|
@ -601,7 +601,7 @@ func (prov *ProvisioningAPI) doResolveIdentifier(w http.ResponseWriter, r *http.
|
|||
}
|
||||
apiResp.DMRoomID = resp.Chat.Portal.MXID
|
||||
}
|
||||
jsonResponse(w, status, resp)
|
||||
jsonResponse(w, status, apiResp)
|
||||
}
|
||||
|
||||
type RespGetContactList struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue