diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-03-30 12:04:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 12:04:35 +0100 |
commit | 9b67715bc3643ff4baeb928aa9634c2c64af93ad (patch) | |
tree | 5549834c41da35b1688b2903eb0d60dccae800d3 /changelog.d | |
parent | Add a configuration to exclude rooms from sync response (#12310) (diff) | |
download | synapse-9b67715bc3643ff4baeb928aa9634c2c64af93ad.tar.xz |
Disable proactive sends for remote joins (#12330)
Do not attempt to send remote joins out over federation. Normally, it will do nothing; occasionally, it will do the wrong thing.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12330.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12330.misc b/changelog.d/12330.misc new file mode 100644 index 0000000000..9f333e718a --- /dev/null +++ b/changelog.d/12330.misc @@ -0,0 +1 @@ +Avoid trying to calculate the state at outlier events. |