diff options
author | Eric Eastwood <erice@element.io> | 2021-11-08 21:21:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 21:21:10 -0600 |
commit | 84f235aea47e2d2f9875f7334d8497660320f55e (patch) | |
tree | 5487abd9f8ae6ee5831d2e9f8c5a2d72d15d943b /changelog.d | |
parent | Add some background update admin APIs (#11263) (diff) | |
download | synapse-84f235aea47e2d2f9875f7334d8497660320f55e.tar.xz |
Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244)
`get_insertion_event_by_batch_id` -> `get_insertion_event_id_by_batch_id` Split out from https://github.com/matrix-org/synapse/pull/11114
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11244.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11244.misc b/changelog.d/11244.misc new file mode 100644 index 0000000000..c6e65df97f --- /dev/null +++ b/changelog.d/11244.misc @@ -0,0 +1 @@ +Fix [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) historical messages backfilling in random order on remote homeservers. |