diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-09-24 14:01:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 14:01:45 +0100 |
commit | 0420d4e6a5ceb58a453ce0761a15cd8e144da650 (patch) | |
tree | 66236089dcc64af09a3169ac06b11c1b81c44164 /changelog.d | |
parent | Use direct references for configuration variables (part 5). (#10897) (diff) | |
download | synapse-0420d4e6a5ceb58a453ce0761a15cd8e144da650.tar.xz |
Stop trying to auth/persist events whose auth events we do not have. (#10907)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10907.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
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. |