diff options
author | José Joaquín Atria <jjatria@gmail.com> | 2023-09-18 12:32:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 07:32:01 -0400 |
commit | 6946209e671ec278d7648434500aeb2639c8c3c3 (patch) | |
tree | 5ea7d4b4a1809501894621775cc066daf36945af /changelog.d | |
parent | Bump typing-extensions from 4.7.1 to 4.8.0 (#16341) (diff) | |
download | synapse-6946209e671ec278d7648434500aeb2639c8c3c3.tar.xz |
Set email charset as utf-8 rather than utf8 (#16329)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16329.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16329.bugfix b/changelog.d/16329.bugfix new file mode 100644 index 0000000000..2f1f7e8ffe --- /dev/null +++ b/changelog.d/16329.bugfix @@ -0,0 +1 @@ +Use standard name for UTF-8 charset in emails. |