diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-09-02 18:29:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-02 18:29:21 +0100 |
commit | 36f34e6f3d551ac7f1bcd92771502d8e37722c33 (patch) | |
tree | dd843bb9784c70627cc2f8cad8192cb3010a425f /changelog.d | |
parent | fix thumbnail storage location (#5915) (diff) | |
download | synapse-36f34e6f3d551ac7f1bcd92771502d8e37722c33.tar.xz |
Remove unused methods from c/s api v1 in register.py (#5963)
These methods were part of the v1 C/S API. Remove them as they are no longer used by any code paths.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5963.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5963.misc b/changelog.d/5963.misc new file mode 100644 index 0000000000..0d6c3c3d65 --- /dev/null +++ b/changelog.d/5963.misc @@ -0,0 +1 @@ +Remove left-over methods from C/S registration API. \ No newline at end of file |