Skip to content

Commit

Permalink
Don't report event rejection errors via /send, since apparently thi…
Browse files Browse the repository at this point in the history
…s is upsetting tests that don't expect that
  • Loading branch information
neilalexander committed Jan 4, 2022
1 parent b028dfc commit 3686752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roomserver/internal/input/input_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3686752

Please sign in to comment.