mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-15 02:55:25 -04:00
Merge remote-tracking branch 'upstream/release-v1.75'
This commit is contained in:
commit
2830d33724
148 changed files with 4230 additions and 2236 deletions
|
@ -394,6 +394,8 @@ class RoomBatchHandler:
|
|||
# Events are sorted by (topological_ordering, stream_ordering)
|
||||
# where topological_ordering is just depth.
|
||||
for (event, context) in reversed(events_to_persist):
|
||||
# This call can't raise `PartialStateConflictError` since we forbid
|
||||
# use of the historical batch API during partial state
|
||||
await self.event_creation_handler.handle_new_client_event(
|
||||
await self.create_requester_for_user_id_from_app_service(
|
||||
event.sender, app_service_requester.app_service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue