diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-02-01 13:09:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-01 13:09:39 -0500 |
commit | 5d38a3c97f3de4963584fabbd6dc82d55129ecdf (patch) | |
tree | 07a3015b433b35805995297067532e61aaac3350 /changelog.d | |
parent | Merge branch 'social_login' into develop (diff) | |
download | synapse-5d38a3c97f3de4963584fabbd6dc82d55129ecdf.tar.xz |
Refactor email summary generation. (#9260)
* Fixes a case where no summary text was returned. * The use of messages_from_person vs. messages_from_person_and_others was tweaked to depend on whether there was 1 sender or multiple senders, not based on if there was 1 room or multiple rooms.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9260.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9260.misc b/changelog.d/9260.misc new file mode 100644 index 0000000000..0150e10ea9 --- /dev/null +++ b/changelog.d/9260.misc @@ -0,0 +1 @@ +Refactor the generation of summary text for email notifications. |