mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 07:28:27 +00:00
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
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 rejectionErr
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
switch input.Kind {
|
switch input.Kind {
|
||||||
|
|
Loading…
Reference in a new issue