diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-08-17 13:13:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 13:13:42 +0100 |
commit | 272b89d547a80628fd90ed35953d2d7c95410b65 (patch) | |
tree | e00b5c9d4d1b0d61ad6e92690970d71d13a0e162 /changelog.d | |
parent | Flatten the synapse.rest.client package (#10600) (diff) | |
download | synapse-272b89d547a80628fd90ed35953d2d7c95410b65.tar.xz |
Stop setting the outlier flag for things that aren't (#10614)
Marking things as outliers to inhibit pushes is a sledgehammer to crack a nut. Move the test further down the stack so that we just inhibit the thing we want.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10614.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10614.misc b/changelog.d/10614.misc new file mode 100644 index 0000000000..9a765435db --- /dev/null +++ b/changelog.d/10614.misc @@ -0,0 +1 @@ +Clean up some of the federation event authentication code for clarity. |