diff options
author | Eric Eastwood <erice@element.io> | 2021-07-08 20:25:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 20:25:59 -0500 |
commit | d26094e92cace20525552e5a0c8b21ff9ce53f11 (patch) | |
tree | 0db4adbc788c362b9ea57374a4d7f7d02d084161 /changelog.d/10250.bugfix | |
parent | Fix formatting in the logcontext doc (#10337) (diff) | |
download | synapse-d26094e92cace20525552e5a0c8b21ff9ce53f11.tar.xz |
Add base starting insertion event when no chunk ID is provided (MSC2716) (#10250)
* Add base starting insertion point when no chunk ID is provided This is so we can have the marker event point to this initial insertion event and be able to traverse the events in the first chunk.
Diffstat (limited to 'changelog.d/10250.bugfix')
-rw-r--r-- | changelog.d/10250.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10250.bugfix b/changelog.d/10250.bugfix new file mode 100644 index 0000000000..a8107dafb2 --- /dev/null +++ b/changelog.d/10250.bugfix @@ -0,0 +1 @@ +Add base starting insertion event when no chunk ID is specified in the historical batch send API. |