mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-25 07:43:10 -06:00
Don't return error on reject/soft-fail since it was ultimately handled
This commit is contained in:
parent
d87fafa8d5
commit
b8f595b09d
|
|
@ -133,7 +133,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 event.EventID(), rejectionErr
|
return event.EventID(), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
if input.Kind == api.KindRewrite {
|
if input.Kind == api.KindRewrite {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue