From 45f45404de2d0c4d68954eddc2dc905e50dfafe9 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 15 Feb 2022 08:26:57 -0500 Subject: Fix incorrect thread summaries when the latest event is edited. (#11992) If the latest event in a thread was edited than the original event content was included in bundled aggregation for threads instead of the edited event content. --- changelog.d/11992.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/11992.bugfix (limited to 'changelog.d/11992.bugfix') diff --git a/changelog.d/11992.bugfix b/changelog.d/11992.bugfix new file mode 100644 index 0000000000..f73c86bb25 --- /dev/null +++ b/changelog.d/11992.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse v1.48.0 where an edit of the latest event in a thread would not be properly applied to the thread summary. -- cgit 1.4.1