summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@arasphere.net>2018-09-25 00:49:26 +0100
committerGitHub <noreply@github.com>2018-09-25 00:49:26 +0100
commit787d22ed6cbc8f78fed7e316d345e54b7c6a93da (patch)
tree210fe42e199a3f64cd920958463355e9a4862897 /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-787d22ed6cbc8f78fed7e316d345e54b7c6a93da.tar.xz
Only lazy load self-members on initial sync
Given we have disabled lazy loading for incr syncs in #3840, we can make self-LL more efficient by only doing it on initial sync.  Also adds a bounds check for if/when we change our mind, so that we don't try to include LL members on sync responses with no timeline.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3936.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3936.bugfix b/changelog.d/3936.bugfix
new file mode 100644
index 0000000000..49b02b9e27
--- /dev/null
+++ b/changelog.d/3936.bugfix
@@ -0,0 +1 @@
+Fix out-of-bounds error when LLing yourself