diff options
author | Eric Eastwood <eric.eastwood@beta.gouv.fr> | 2024-06-24 10:02:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 10:02:16 -0500 |
commit | ae4c236a6d6ef76565240ac964c5f540b9c1e1ed (patch) | |
tree | fd103c638e5fe512d233249b60f181b79d3444c5 /changelog.d/17336.bugfix | |
parent | Reintroduce #17291. (#17338) (diff) | |
download | synapse-ae4c236a6d6ef76565240ac964c5f540b9c1e1ed.tar.xz |
Fix room `type` typo in mailer (#17336)
Correct event content field is `EventContentFields.ROOM_TYPE` (`type`) :white_check_mark: , not `room_type` :x: Spec: https://spec.matrix.org/v1.10/client-server-api/#mroomcreate
Diffstat (limited to 'changelog.d/17336.bugfix')
-rw-r--r-- | changelog.d/17336.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17336.bugfix b/changelog.d/17336.bugfix new file mode 100644 index 0000000000..618834302e --- /dev/null +++ b/changelog.d/17336.bugfix @@ -0,0 +1 @@ +Fix email notification subject when invited to a space. |