diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-11-25 21:02:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 21:02:53 +0000 |
commit | 2b110dda2a66f8bcd69b68411ebab94c9e2593c2 (patch) | |
tree | 98f4708d4d28eb92767a4a785d74d3a2caa0ba07 /changelog.d | |
parent | Speed up remote invite rejection database call (#8815) (diff) | |
download | synapse-2b110dda2a66f8bcd69b68411ebab94c9e2593c2.tar.xz |
Fix the formatting of push config section (#8818)
This PR updates the push config's formatting to better align with our [code style guidelines](https://github.com/matrix-org/synapse/blob/develop/docs/code_style.md#configuration-file-format).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8818.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8818.doc b/changelog.d/8818.doc new file mode 100644 index 0000000000..571b0e3f60 --- /dev/null +++ b/changelog.d/8818.doc @@ -0,0 +1 @@ +Update the formatting of the `push` section of the homeserver config file to better align with the [code style guidelines](https://github.com/matrix-org/synapse/blob/develop/docs/code_style.md#configuration-file-format). \ No newline at end of file |