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-07-08 17:51:56 +0100
committerGitHub <noreply@github.com>2020-07-08 17:51:56 +0100
commit67593b17287ae5e412c3d30db64d006d3b55349b (patch)
tree773814cef2383b03bed077e207dbabe25d843d80 /changelog.d
parentRevert "Update the installation docs on apt-transport-https (#7801)" (diff)
downloadsynapse-67593b17287ae5e412c3d30db64d006d3b55349b.tar.xz
Add `HomeServer.signing_key` property (#7805)
... instead of duplicating `config.signing_key[0]` everywhere
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7805.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7805.misc b/changelog.d/7805.misc
new file mode 100644
index 0000000000..cbae08774a
--- /dev/null
+++ b/changelog.d/7805.misc
@@ -0,0 +1 @@
+Add `signing_key` property to `HomeServer` to save code duplication.