provisioning: fix return value from doResolveIdentifer
Some checks are pending
Go / Lint (latest) (push) Waiting to run
Go / Build (old, libolm) (push) Waiting to run
Go / Build (latest, libolm) (push) Waiting to run
Go / Build (old, goolm) (push) Waiting to run
Go / Build (latest, goolm) (push) Waiting to run

Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
Sumner Evans 2024-08-22 13:07:56 -06:00
commit 8ead76c67b
No known key found for this signature in database

View file

@ -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 {