From 4df08779e320118bb5f772e41c89dae51570519d Mon Sep 17 00:00:00 2001 From: timedout Date: Sat, 9 May 2026 19:29:31 +0100 Subject: [PATCH] chore: Update newsfrag --- changelog.d/1747.feature | 1 - changelog.d/1747.feature.md | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 changelog.d/1747.feature create mode 100644 changelog.d/1747.feature.md diff --git a/changelog.d/1747.feature b/changelog.d/1747.feature deleted file mode 100644 index 570f447b6..000000000 --- a/changelog.d/1747.feature +++ /dev/null @@ -1 +0,0 @@ -Implemented event rejection, which should resolve and prevent future netsplits of the kinds observed within some continuwuity rooms. Contributed by @nex. diff --git a/changelog.d/1747.feature.md b/changelog.d/1747.feature.md new file mode 100644 index 000000000..fbda9010f --- /dev/null +++ b/changelog.d/1747.feature.md @@ -0,0 +1,9 @@ +Implemented event rejection, which should resolve and prevent future netsplits of the kinds observed +within some Continuwuity rooms. +Also resolved several bugs related to both soft-failing events, and event backfilling, which should +improve state resolution stability. +The `!admin debug get-pdu` command was updated to disambiguate event acceptance status, and +`!admin debug show-auth-chain` was added to visually display event auth chains, which may assist +developers in debugging strangely complex events. + +Contributed by @nex.