mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 07:04:24 +00:00
Revert "Don't report event rejection errors via /send
, since apparently this is upsetting tests that don't expect that"
This reverts commit 368675283f
.
This commit is contained in:
parent
fe2673ed7b
commit
3bb4f87b5d
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ func (r *Inputer) processRoomEvent(
|
|||
"soft_fail": softfail,
|
||||
"sender": event.Sender(),
|
||||
}).Debug("Stored rejected event")
|
||||
return nil
|
||||
return rejectionErr
|
||||
}
|
||||
|
||||
switch input.Kind {
|
||||
|
|
Loading…
Reference in a new issue