mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 09:35:45 +03:00
Include prev_content
field in AS events (#11798)
* Include 'prev_content' field in AS events Signed-off-by: Vaishnav Nair <nairvaishnav007@icloud.com> Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
This commit is contained in:
parent
2d3bd9aa67
commit
cef0d5d90a
2 changed files with 2 additions and 1 deletions
1
changelog.d/11798.bugfix
Normal file
1
changelog.d/11798.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Include a `prev_content` field in state events sent to Application Services. Contributed by @totallynotvaishnav.
|
|
@ -384,7 +384,7 @@ class ApplicationServiceTransactionWorkerStore(
|
|||
"get_new_events_for_appservice", get_new_events_for_appservice_txn
|
||||
)
|
||||
|
||||
events = await self.get_events_as_list(event_ids)
|
||||
events = await self.get_events_as_list(event_ids, get_prev_content=True)
|
||||
|
||||
return upper_bound, events
|
||||
|
||||
|
|
Loading…
Reference in a new issue