diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-23 15:50:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-23 15:50:25 +0000 |
commit | a0ae475219e48bdfcba37f893fed446a17e9a00d (patch) | |
tree | bffadaf4213c082dd8c23ed675e93507c088b270 /changelog.d | |
parent | debian package: symlink to python-3.X (#4433) (diff) | |
parent | fix python2 test failure (diff) | |
download | synapse-a0ae475219e48bdfcba37f893fed446a17e9a00d.tar.xz |
Merge pull request #4428 from matrix-org/rav/matrix_federation_agent
Move SRV magic into an Agent-like thing
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4428.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4428.misc b/changelog.d/4428.misc new file mode 100644 index 0000000000..9a51434755 --- /dev/null +++ b/changelog.d/4428.misc @@ -0,0 +1 @@ +Move SRV logic into the Agent layer |