summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-09-08 10:41:13 +0100
committerGitHub <noreply@github.com>2021-09-08 10:41:13 +0100
commitaacdce8fc0e0997c58a8415e1a4283375906212d (patch)
treee5e99c6b0458a61fba24c11c0f13a6ee994168af /changelog.d
parentPersist auth events before the events that rely on them (#10771) (diff)
downloadsynapse-aacdce8fc0e0997c58a8415e1a4283375906212d.tar.xz
Add some assertions about outliers (#10773)
I think I have finally teased apart the codepaths which handle outliers, and those that handle non-outliers. 
Let's add some assertions to demonstrate my newfound knowledge.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10773.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10773.misc b/changelog.d/10773.misc
new file mode 100644
index 0000000000..9a765435db
--- /dev/null
+++ b/changelog.d/10773.misc
@@ -0,0 +1 @@
+Clean up some of the federation event authentication code for clarity.