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>2020-12-01 11:04:57 +0000
committerGitHub <noreply@github.com>2020-12-01 11:04:57 +0000
commit09ac0569fe910ce4599a07e385522380ce1af6e1 (patch)
tree58a0c7d4e98b7a7de5577b1cc38fbdce1ac07f3e /changelog.d
parentFix typo in password_auth_providers doc (diff)
downloadsynapse-09ac0569fe910ce4599a07e385522380ce1af6e1.tar.xz
Fix broken testcase (#8851)
This test was broken by #8565. It doesn't need to set set `self.clock`
here anyway - that is done by `setUp`.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8851.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8851.misc b/changelog.d/8851.misc
new file mode 100644
index 0000000000..7bef422618
--- /dev/null
+++ b/changelog.d/8851.misc
@@ -0,0 +1 @@
+Simplify the way the `HomeServer` object caches its internal attributes.