diff options
author | Erik Johnston <erikj@jki.re> | 2018-08-09 10:06:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-09 10:06:23 +0100 |
commit | 2bdafaf3c114d5e11e1fd4f038166f4eadaf3b51 (patch) | |
tree | 3a354c1a0867301410e3f6100b9e41b99588ae51 /changelog.d | |
parent | Test fixes for Python 3 (#3647) (diff) | |
parent | Fixup wording and remove dead code (diff) | |
download | synapse-2bdafaf3c114d5e11e1fd4f038166f4eadaf3b51.tar.xz |
Merge pull request #3632 from matrix-org/erikj/refactor_repl_servlet
Add helper base class for generating new replication endpoints
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3632.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3632.misc b/changelog.d/3632.misc new file mode 100644 index 0000000000..9d64bbe83b --- /dev/null +++ b/changelog.d/3632.misc @@ -0,0 +1 @@ +Refactor HTTP replication endpoints to reduce code duplication |