mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Use new gmsl RelayEvents type for send_relay request body
This commit is contained in:
parent
7b3334778f
commit
b935da6c33
@ -36,11 +36,7 @@ func SendTransactionToRelay(
|
|||||||
) util.JSONResponse {
|
) util.JSONResponse {
|
||||||
logrus.Infof("Processing send_relay for %s", userID.Raw())
|
logrus.Infof("Processing send_relay for %s", userID.Raw())
|
||||||
|
|
||||||
var txnEvents struct {
|
var txnEvents gomatrixserverlib.RelayEvents
|
||||||
PDUs []json.RawMessage `json:"pdus"`
|
|
||||||
EDUs []gomatrixserverlib.EDU `json:"edus"`
|
|
||||||
}
|
|
||||||
|
|
||||||
if err := json.Unmarshal(fedReq.Content(), &txnEvents); err != nil {
|
if err := json.Unmarshal(fedReq.Content(), &txnEvents); err != nil {
|
||||||
logrus.Info("The request body could not be decoded into valid JSON." + err.Error())
|
logrus.Info("The request body could not be decoded into valid JSON." + err.Error())
|
||||||
return util.JSONResponse{
|
return util.JSONResponse{
|
||||||
|
Loading…
Reference in New Issue
Block a user