diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-04-11 11:39:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 11:39:28 +0100 |
commit | 5f72ea1bdefb685686ca02ff45863870da379fec (patch) | |
tree | 078cdb6f91c72d73dbf5a54d7024a08adba00e65 /changelog.d | |
parent | Add Module API for reading and writing global account data. (#12391) (diff) | |
download | synapse-5f72ea1bdefb685686ca02ff45863870da379fec.tar.xz |
Move complement setup stuff into the Synapse repo (#12404)
Fixes matrix-org/complement#330 (or it will, once we remove the old files). It's not quite a lift-and-shift: I've also taken the opportunity to get rid of the custom CA that we used to use to sign the TLS certs, which has been superceded by the CA exposed by Complement.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12404.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12404.misc b/changelog.d/12404.misc new file mode 100644 index 0000000000..00100fdfef --- /dev/null +++ b/changelog.d/12404.misc @@ -0,0 +1 @@ +Add files used to build the Docker image used for complement testing into the Synapse repository. |