mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 14:54:58 -04:00
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.
This commit is contained in:
parent
85e24d9d2b
commit
45f45404de
5 changed files with 107 additions and 31 deletions
|
@ -408,7 +408,7 @@ class EventsWorkerStore(SQLBaseStore):
|
|||
include the previous states content in the unsigned field.
|
||||
|
||||
allow_rejected: If True, return rejected events. Otherwise,
|
||||
omits rejeted events from the response.
|
||||
omits rejected events from the response.
|
||||
|
||||
Returns:
|
||||
A mapping from event_id to event.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue