Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Don't return pdus key on federation /send (as per matrix-org/matr…
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed Jan 12, 2022
1 parent 16035b9 commit 0005f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion federationapi/routing/send.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ func (t *txnReq) processTransaction(ctx context.Context) (*gomatrixserverlib.Res
if c := len(results); c > 0 {
util.GetLogger(ctx).Infof("Processed %d PDUs from %v in transaction %q", c, t.Origin, t.TransactionID)
}
return &gomatrixserverlib.RespSend{PDUs: results}, nil
return &gomatrixserverlib.RespSend{}, nil
}

func (t *inputWorker) run() {
Expand Down

0 comments on commit 0005f5c

Please sign in to comment.