Skip to content

Commit

Permalink
Update changelog and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Dec 24, 2023
1 parent 45e7363 commit b0e2140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b0e2140

Please sign in to comment.