From 0420d4e6a5ceb58a453ce0761a15cd8e144da650 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Fri, 24 Sep 2021 14:01:45 +0100 Subject: Stop trying to auth/persist events whose auth events we do not have. (#10907) --- changelog.d/10907.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/10907.bugfix (limited to 'changelog.d/10907.bugfix') diff --git a/changelog.d/10907.bugfix b/changelog.d/10907.bugfix new file mode 100644 index 0000000000..601b341f9f --- /dev/null +++ b/changelog.d/10907.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug which could cause events pulled over federation to be incorrectly rejected. -- cgit 1.5.1