summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-02-01 13:09:39 -0500
committerGitHub <noreply@github.com>2021-02-01 13:09:39 -0500
commit5d38a3c97f3de4963584fabbd6dc82d55129ecdf (patch)
tree07a3015b433b35805995297067532e61aaac3350 /changelog.d
parentMerge branch 'social_login' into develop (diff)
downloadsynapse-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.misc1
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.