mirror of
https://github.com/matrix-org/dendrite
synced 2024-12-14 02:03:52 +01: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,
|
"soft_fail": softfail,
|
||||||
"sender": event.Sender(),
|
"sender": event.Sender(),
|
||||||
}).Debug("Stored rejected event")
|
}).Debug("Stored rejected event")
|
||||||
return nil
|
return rejectionErr
|
||||||
}
|
}
|
||||||
|
|
||||||
switch input.Kind {
|
switch input.Kind {
|
||||||
|
|
Loading…
Reference in a new issue