synapse
synapse copied to clipboard
Investigate adding more events to bulk persist when creating a DM
As part of the work to speed up DM creation, initial room creation events were batched up to be bulk persisted to the DB (https://github.com/matrix-org/synapse/pull/13800). Investigate whether more events in this code path can be batched up for bulk persisting.
Related: ~~#14070~~ #14228