diff options
author | Erik Johnston <erik@matrix.org> | 2020-04-07 10:51:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 10:51:07 +0100 |
commit | 82498ee9019747eb86ed753e08fac0990d4ac8b9 (patch) | |
tree | fd7f7d45287b101f7830339bf02a6719f9f1e7db /changelog.d | |
parent | Add information about .well-known to Debian installation. (#7227) (diff) | |
download | synapse-82498ee9019747eb86ed753e08fac0990d4ac8b9.tar.xz |
Move server command handling out of TCP protocol (#7187)
This completes the merging of server and client command processing.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7187.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7187.misc b/changelog.d/7187.misc new file mode 100644 index 0000000000..60d68ae877 --- /dev/null +++ b/changelog.d/7187.misc @@ -0,0 +1 @@ +Move server command handling out of TCP protocol. |