Remove metadata from avatars and JPEG images before sending (#4027)

If there's an Exif, rewrite the file to remove it. This implies recoding now though.
This commit is contained in:
iequidoo
2023-02-14 13:02:57 -03:00
committed by iequidoo
parent 5403fd849c
commit 350509d5d1
3 changed files with 110 additions and 64 deletions

View File

@@ -113,6 +113,7 @@
- Run `cargo-deny` in CI. #4101
- Check provider database with CI. #4099
- Switch to DEFERRED transactions #4100
- Remove metadata from avatars and JPEG images before sending #4037
### Fixes
- Do not block async task executor while decrypting the messages. #4079