From 9bcbe8455458d1dcc6e1fbebc5a5d3e5a8c37df7 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 25 Aug 2022 14:13:09 +0100 Subject: [PATCH] Update soft-failure line --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bb9044809..0f57bffcb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,7 @@ ### Fixes * The roomserver will now correctly unreject previously rejected events if necessary when reprocessing -* The handling of event soft-failure has been improved on the roomserver input +* The handling of event soft-failure has been improved on the roomserver input by no longer applying rejection rules and still calculating state before the event if possible * The federation `/state` and `/state_ids` endpoints should now return the correct error code when the state isn't known instead of returning a HTTP 500 * The federation `/event` should now return outlier events correctly instead of returning a HTTP 500 * A bug in the federation backoff allowing zero intervals has been corrected