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