From b0e214031048a7b0a4a56fac17be72d47431ef5c Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sat, 23 Dec 2023 23:37:31 -0700 Subject: [PATCH] Update changelog and Dockerfile --- CHANGELOG.md | 1 + Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f532a1c1..3b992a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -299,6 +299,7 @@ due to some deployments being affected unexpectedly. * Added a new tool, `export_synapse_for_import`, which can be used to do an offline import from Synapse. * After running this tool, use the `gdpr_import` tool to bring the export into the media repo. +* Exporting MMR's data to Synapse is now possible with `import_to_synapse`. To use it, first run `gdpr_export` or similar. * Added thumbnailing support for some audio waveforms (MP3, WAV, OGG, and FLAC). * Added audio metadata (duration, etc) to the unstable `/info` endpoint. Aligns with [MSC2380](https://github.com/matrix-org/matrix-doc/pull/2380). * Added simple thumbnailing for MP4 videos. diff --git a/Dockerfile b/Dockerfile index fd6ad250..18427496 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,7 @@ COPY --from=builder \ /opt/bin/import_dendrite \ /opt/bin/export_synapse_for_import \ /opt/bin/export_dendrite_for_import \ + /opt/bin/import_to_synapse \ /opt/bin/gdpr_export \ /opt/bin/gdpr_import \ /opt/bin/s3_consistency_check \