mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 03:25:04 -04: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
|
@ -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…
Add table
Add a link
Reference in a new issue