Merge pull request #8421 from SuperTux88/cleanup-from-header-unicode-emojis

Cleanup unicode emojis from email headers
This commit is contained in:
Benjamin Neff
2023-06-10 17:25:54 +02:00
3 changed files with 37 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ We use yarn to install the frontend dependencies now, so you need to have that i
* Escape mentions before markdown parsing in mobile UI [#8398](https://github.com/diaspora/diaspora/pull/8398)
* Cleanup duplicate pods in database [#8403](https://github.com/diaspora/diaspora/pull/8403)
* Fix scrolling issue after closing photo viewer on photos page [#8404](https://github.com/diaspora/diaspora/pull/8404)
* Filter unicode emojis from email headers [#8421](https://github.com/diaspora/diaspora/pull/8421)
## Features
* Add client-side cropping of profile image uploads [#7581](https://github.com/diaspora/diaspora/pull/7581)