Don't report event rejection errors via /send
, since apparently this is upsetting tests that don't expect that
This commit is contained in:
parent
b028dfc085
commit
368675283f
|
@ -175,7 +175,7 @@ func (r *Inputer) processRoomEvent(
|
|||
"soft_fail": softfail,
|
||||
"sender": event.Sender(),
|
||||
}).Debug("Stored rejected event")
|
||||
return rejectionErr
|
||||
return nil
|
||||
}
|
||||
|
||||
switch input.Kind {
|
||||
|
|
Loading…
Reference in a new issue